Skip to content

Commit a68c4a3

Browse files
committed
Rename test to TestJoinf_Unwrap_Go120
1 parent f8021d4 commit a68c4a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xerrors_go120_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func TestJoinf_Go120(t *testing.T) {
4343
}
4444
}
4545

46-
func TestJoinf_Unwrap(t *testing.T) {
46+
func TestJoinf_Unwrap_Go120(t *testing.T) {
4747
err1 := Message("first error")
4848
err2 := Message("second error")
4949
got := Joinf("%w: %w", err1, err2)

0 commit comments

Comments
 (0)