Skip to content

Commit 2c97794

Browse files
committed
Fix tests
1 parent 4341750 commit 2c97794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpreter/shared/src/test/scala/dev/sacode/flowrun/eval/InterpreterTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ object InterpreterTests extends TestSuite {
133133
S.Declare(getId(), "d", E.Type.Boolean, Some("1.0 == 1.0"), "1"),
134134
S.Declare(getId(), "e", E.Type.Boolean, Some("2.0 >= 1.0"), "1"),
135135
S.Declare(getId(), "f", E.Type.Boolean, Some("2.0 <= 1.0"), "1"),
136-
S.Declare(getId(), "g", E.Type.Real, Some("5.0 / 2.0"), 1)
136+
S.Declare(getId(), "g", E.Type.Real, Some("5.0 / 2.0"), "1")
137137
)
138138
)
139139
val flowrunChannel = Channel[FlowRun.Event]

0 commit comments

Comments
 (0)