Skip to content

Commit

Permalink
Fix python test
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Mar 21, 2024
1 parent ff2890c commit 211b903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/python/tests/test_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

@mock.patch.dict(os.environ, {"TINYSTAN": ""})
def test_download_tinystan():
tinystan.compile.get_tinystan_path(tinystan.compile.get_tinystan_path())
tinystan.compile.verify_tinystan_path(tinystan.compile.get_tinystan_path())


def test_compile_good():
Expand Down

0 comments on commit 211b903

Please sign in to comment.