From 8d5cf7a26b47e4c28a8fd3adc2ab81f34afd91fd Mon Sep 17 00:00:00 2001 From: "M. Sz" Date: Thu, 25 Feb 2021 13:09:38 +0100 Subject: [PATCH] tbl: replaced lolstring with teststring in tests --- d2common/d2fileformats/d2tbl/text_dictionary_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/d2common/d2fileformats/d2tbl/text_dictionary_test.go b/d2common/d2fileformats/d2tbl/text_dictionary_test.go index bfb0794a..26188cd5 100644 --- a/d2common/d2fileformats/d2tbl/text_dictionary_test.go +++ b/d2common/d2fileformats/d2tbl/text_dictionary_test.go @@ -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