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 7da0823 commit 80ae0e7Copy full SHA for 80ae0e7
chasm/lib/callback/executors_test.go
@@ -288,7 +288,7 @@ func TestProcessBackoffTask(t *testing.T) {
288
ctrl := gomock.NewController(t)
289
defer ctrl.Finish()
290
291
- logger := log.NewNoopLogger()
+ logger := log.NewTestLogger()
292
timeSource := clock.NewEventTimeSource()
293
timeSource.Update(time.Now())
294
@@ -558,7 +558,7 @@ func TestExecuteInvocationTaskChasm_Outcomes(t *testing.T) {
558
historyClient := tc.setupHistoryClient(t, ctrl)
559
560
// Setup logger and time source
561
562
563
564
0 commit comments