fixed MakeSuffixReplace test

master
Oliver Tonnhofer 2013-07-05 15:24:01 +02:00
parent f75c8994c8
commit db2c8b2cfb
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ func TestBool(t *testing.T) {
func TestMakeSuffixReplace(t *testing.T) {
field := Field{
"name", "name", "string_suffixreplace",
map[string]interface{}{"suffixes": map[string]string{"Straße": "Str.", "straße": "str."}}}
map[string]interface{}{"suffixes": map[string]interface{}{"Straße": "Str.", "straße": "str."}}}
suffixReplace, err := MakeSuffixReplace("name", FieldType{}, field)
if err != nil {