Update makeStringMap test
This commit is contained in:
parent
0d09921d4c
commit
cea636ef54
1 changed files with 2 additions and 2 deletions
|
@ -291,8 +291,8 @@ func TestMakeStringMap(t *testing.T) {
|
||||||
|
|
||||||
r = MakeStringMap(m)
|
r = MakeStringMap(m)
|
||||||
|
|
||||||
e1 := `"TestOne": "interval", "TestTwo": "integer"`
|
e1 := "`TestOne`: `interval`, `TestTwo`: `integer`"
|
||||||
e2 := `"TestTwo": "integer", "TestOne": "interval"`
|
e2 := "`TestTwo`: `integer`, `TestOne`: `interval`"
|
||||||
|
|
||||||
if r != e1 && r != e2 {
|
if r != e1 && r != e2 {
|
||||||
t.Errorf("Got %s", r)
|
t.Errorf("Got %s", r)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue