Skip to content

Commit

Permalink
Set period and sync in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vrslev committed Feb 14, 2022
1 parent 0f9ec6a commit c88670a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def driver():


def test_simple(driver: str):
server = jack_server.Server(driver=driver)
server = jack_server.Server(driver=driver, period=1024, sync=True)
server.start()
assert server._created
assert server._opened
Expand Down

0 comments on commit c88670a

Please sign in to comment.