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
1 changed files with 3 additions and 3 deletions

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