Skip to content

Commit

Permalink
tests: Updating the log message unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mgm8 committed Jul 17, 2024
1 parent 0d9f8ac commit 8074d7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def test_log():
x = SpaceLabTransmitter()

logs = list()
logs.append("SpaceLab Transmitter initialized!")

n = random.randint(2, 10)
for i in range(n):
Expand Down

0 comments on commit 8074d7b

Please sign in to comment.