Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arhea committed Mar 1, 2024
1 parent 0dbf13c commit 63a39b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func (r *Instance) Close(ctx context.Context) {
r.t.Helper()

if err := r.container.Terminate(ctx); err != nil {
r.t.Logf("error terminating redis emulator: %v", err)
r.t.Logf("error terminating bigquery emulator: %v", err)
}
}

Expand Down

0 comments on commit 63a39b9

Please sign in to comment.