1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-15 20:15:24 +00:00

tbl: replaced lolstring with teststring in tests

This commit is contained in:
M. Sz 2021-02-25 13:09:38 +01:00
parent 3b8cdffe15
commit 8d5cf7a26b

View File

@ -6,9 +6,9 @@ import (
func exampleData() *TextDictionary {
result := &TextDictionary{
"abc": "def",
"someStr": "Some long string",
"lolstring": "lol",
"abc": "def",
"someStr": "Some long string",
"teststring": "TeSt",
}
return result