We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e909bd5 commit bf755cdCopy full SHA for bf755cd
part_test.go
@@ -19,6 +19,7 @@ func TestPartEncoding(t *testing.T) {
19
part := m.newPart(TypeTextPlain, WithPartEncoding(tt.enc), nil)
20
if part == nil {
21
t.Errorf("newPart() WithPartEncoding() failed: no part returned")
22
+ return
23
}
24
if part.enc.String() != tt.want {
25
t.Errorf("newPart() WithPartEncoding() failed: expected encoding: %s, got: %s", tt.want,
0 commit comments