Skip to content

Commit

Permalink
Update test_cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Thamirawaran authored Jan 14, 2025
1 parent 6d0da1d commit a2a12fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jac/jaclang/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,8 @@ def test_cache_ast(self) -> None:
"""Test for Caching Issue."""
jac_file = self.fixture_abs_path("test_cache_jacast.jac")
py_file = self.fixture_abs_path("test_cache_pyast.py")
os.environ["JACLANG_CACHE"] = "true"
os.environ["JACLANG_CACHE"] = "True"
settings.load_env_vars()
cli.check(f"{self.fixture_abs_path('test_cache_ast.jac')}")
self.assertTrue(
os.path.exists(
Expand Down

0 comments on commit a2a12fe

Please sign in to comment.