diff --git a/editor/tests/modules/SimpleFmt.roc b/editor/tests/modules/SimpleFmt.roc index 6ff2d7de95..7dbf602d5e 100644 --- a/editor/tests/modules/SimpleFmt.roc +++ b/editor/tests/modules/SimpleFmt.roc @@ -5,4 +5,5 @@ interface Simple imports [] v : Str + v = "Value!" \ No newline at end of file