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')}",