We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c5f437 commit b69e2dcCopy full SHA for b69e2dc
tests/core/test_integration.py
@@ -2931,6 +2931,7 @@ def test_virtual_environment_mode_dev_only_seed_model_change(
2931
with open(seed_model.seed_path, "a") as fd:
2932
fd.write("\n123,New Test Name")
2933
2934
+ context.clear_caches()
2935
context.load()
2936
seed_model_snapshot = context.get_snapshot("sushi.waiter_names")
2937
plan = context.plan_builder("dev").build()
0 commit comments