Skip to content

Commit

Permalink
removal of debugging lines
Browse files Browse the repository at this point in the history
  • Loading branch information
benne238 committed Jan 7, 2021
1 parent 3aa2c1d commit 949d5ee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions api/pytest/test_api_tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,4 @@ def test_ECNQueue_getValidQueues():

# ensure that the ECNQueue.getValidQueues returns a list of strings
for queue in validQueues:
assert type(queue) is str

if __name__ == "__main__":
test_ECNQueue_getValidQueues()
assert type(queue) is str

0 comments on commit 949d5ee

Please sign in to comment.