Skip to content

Commit f9d9d6c

Browse files
committed
updated tests
1 parent 3ee3d00 commit f9d9d6c

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

objects/objects_test.go

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,14 @@ func TestName(t *testing.T) {
404404
"Name": "Card",
405405
},
406406
guid: "010509",
407-
want: "OccultInvocation.010509",
407+
want: "OccultInvocation!!!!.010509",
408+
}, {
409+
data: types.J{
410+
"Nickname": "Verschwörung der Äxte!",
411+
"Name": "Card",
412+
},
413+
guid: "010511",
414+
want: "VerschwörungderÄxte!.010511",
408415
}, {
409416
data: types.J{
410417
"Name": "Card",

0 commit comments

Comments
 (0)