Skip to content

Commit 80ae0e7

Browse files
committed
test logger
1 parent 7da0823 commit 80ae0e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chasm/lib/callback/executors_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ func TestProcessBackoffTask(t *testing.T) {
288288
ctrl := gomock.NewController(t)
289289
defer ctrl.Finish()
290290

291-
logger := log.NewNoopLogger()
291+
logger := log.NewTestLogger()
292292
timeSource := clock.NewEventTimeSource()
293293
timeSource.Update(time.Now())
294294

@@ -558,7 +558,7 @@ func TestExecuteInvocationTaskChasm_Outcomes(t *testing.T) {
558558
historyClient := tc.setupHistoryClient(t, ctrl)
559559

560560
// Setup logger and time source
561-
logger := log.NewNoopLogger()
561+
logger := log.NewTestLogger()
562562
timeSource := clock.NewEventTimeSource()
563563
timeSource.Update(time.Now())
564564

0 commit comments

Comments
 (0)