Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt committed Jul 10, 2024
1 parent ac21a9a commit 7009b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/logutil/logger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ func SetupLoggerWithMemSink() (sink *MemorySink, err error) {
}

testLoggerConf := NewMemorySinkConfig()
_, err = SetVTStructureLogger(&testLoggerConf)
_, err = SetStructuredLogger(&testLoggerConf)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 7009b2d

Please sign in to comment.