From 54a034d4a78a6f2a637a55b2abf71ec4a9ea0fdc Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Wed, 22 Nov 2023 19:02:06 -0800 Subject: [PATCH] asdf --- tests/unit/script/test_script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/script/test_script.py b/tests/unit/script/test_script.py index 914489ee..44cf164b 100644 --- a/tests/unit/script/test_script.py +++ b/tests/unit/script/test_script.py @@ -28,7 +28,7 @@ class TestScript: } ).partial_resolve(unresolvable={"bb"}) == {"aa": String("a")} - def test_dynamic_script(self): + def test_partial_update_script(self): script = Script( { "entry": "{%throw('entry has not been populated yet')}",