We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8021d4 commit a68c4a3Copy full SHA for a68c4a3
1 file changed
xerrors_go120_test.go
@@ -43,7 +43,7 @@ func TestJoinf_Go120(t *testing.T) {
43
}
44
45
46
-func TestJoinf_Unwrap(t *testing.T) {
+func TestJoinf_Unwrap_Go120(t *testing.T) {
47
err1 := Message("first error")
48
err2 := Message("second error")
49
got := Joinf("%w: %w", err1, err2)
0 commit comments