Skip to content

Commit 4fe97c4

Browse files
committed
fix TestFake
1 parent 9442df9 commit 4fe97c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TibiaDataUtils_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ func TestFake(t *testing.T) {
145145

146146
const strThree = "\u00A0"
147147

148-
nbspString := TibiaDataSanitizeNbspSpaceString(strThree)
148+
nbspString := TibiaDataSanitizeStrings(strThree)
149149
assert.Equal(nbspString, " ")
150150

151151
const strFour = "\u0026#39;"

0 commit comments

Comments
 (0)