Skip to content

Commit

Permalink
renamed to TestExporterShutdownIgnoresContext
Browse files Browse the repository at this point in the history
  • Loading branch information
prasad-shirodkar committed Apr 17, 2024
1 parent 7c88d49 commit 34908f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporters/stdout/stdouttrace/trace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ func TestExporterShutdownHonorsTimeout(t *testing.T) {
assert.NoError(t, err)
}

func TestExporterShutdownHonorsCancel(t *testing.T) {
func TestExporterShutdownIgnoresContext(t *testing.T) {
ctx, cancel := context.WithTimeout(context.Background(), 1*time.Minute)
defer cancel()

Expand Down

0 comments on commit 34908f3

Please sign in to comment.