We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8910d33 commit 11e8612Copy full SHA for 11e8612
tester/tester_timers_test.go
@@ -202,8 +202,8 @@ func Test_Timers_SetsTimeModeCorrectly(t *testing.T) {
202
203
tester.Execute()
204
205
- require.True(t, dl.hasLine("from=WallClock to=TimeTravel"))
206
- require.True(t, dl.hasLine("from=TimeTravel to=WallClock"))
+ require.True(t, dl.hasLine("workflows.timer.mode.from=WallClock workflows.timer.mode.to=TimeTravel"))
+ require.True(t, dl.hasLine("workflows.timer.mode.from=TimeTravel workflows.timer.mode.to=WallClock"))
207
208
require.True(t, tester.WorkflowFinished())
209
_, werr := tester.WorkflowResult()
0 commit comments