Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
trocher committed Nov 18, 2024
1 parent fe3b2e9 commit fc10a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unitary/utils/test_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ def test_cache_vvm():
code = """
x: constant(int128) = 1000
"""
version = SpecifierSet("0.2.8")
version2 = SpecifierSet("0.3.1")
version = SpecifierSet("==0.2.8")
version2 = SpecifierSet("==0.3.1")
assert _disk_cache is not None

# Mock vvm.compile_source
Expand Down

0 comments on commit fc10a52

Please sign in to comment.