Skip to content

Commit

Permalink
tests: Remove out of date comment
Browse files Browse the repository at this point in the history
  • Loading branch information
projectgus committed Sep 12, 2021
1 parent 194dcda commit 7ef3a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/loopback_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import struct


@pytest.fixture()#scope="session") # TODO: figure out how to properly GC these
@pytest.fixture()
def device():
gc.collect()
dev = canalystii.CanalystDevice(bitrate=1000000)
Expand Down

0 comments on commit 7ef3a4a

Please sign in to comment.