We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 902f1b7 commit 555bb86Copy full SHA for 555bb86
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