Skip to content

Commit 3a87b05

Browse files
committed
fixup
1 parent 1b46555 commit 3a87b05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

map_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ func TestMap(t *testing.T) {
6262
{
6363
"msg": "wrap1",
6464
"fun": "cdr.dev/slog_test.TestMap.func2",
65-
"loc": "`+mapTestFile+`:41"
65+
"loc": "`+mapTestFile+`:41"
6666
},
6767
{
6868
"msg": "wrap2",
6969
"fun": "cdr.dev/slog_test.TestMap.func2",
70-
"loc": "`+mapTestFile+`:42"
70+
"loc": "`+mapTestFile+`:42"
7171
},
7272
"EOF"
7373
],
@@ -93,7 +93,7 @@ func TestMap(t *testing.T) {
9393
{
9494
"msg": "failed to marshal to JSON",
9595
"fun": "cdr.dev/slog.encodeJSON",
96-
"loc": "`+mapTestFile+`:141"
96+
"loc": "`+mapTestFile+`:140"
9797
},
9898
"json: error calling MarshalJSON for type slog_test.complexJSON: json: unsupported type: complex128"
9999
],

0 commit comments

Comments
 (0)