Skip to content

Commit

Permalink
Update write_test.go
Browse files Browse the repository at this point in the history
Fixed a typo
  • Loading branch information
anu-baskar authored and tekton-robot committed Feb 14, 2022
1 parent c6bdf38 commit e9c2e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/termination/write_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ func TestMaxSizeFile(t *testing.T) {
}}

if err := WriteMessage(tmpFile.Name(), output); !errors.Is(err, aboveMax) {
t.Fatalf("Expected MessageLengthError, receved: %v", err)
t.Fatalf("Expected MessageLengthError, received: %v", err)
}
}

0 comments on commit e9c2e30

Please sign in to comment.