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)
|
||||
|
||||
e1 := `"TestOne": "interval", "TestTwo": "integer"`
|
||||
e2 := `"TestTwo": "integer", "TestOne": "interval"`
|
||||
e1 := "`TestOne`: `interval`, `TestTwo`: `integer`"
|
||||
e2 := "`TestTwo`: `integer`, `TestOne`: `interval`"
|
||||
|
||||
if r != e1 && r != e2 {
|
||||
t.Errorf("Got %s", r)
|
||||
|
|
Loading…
Add table
Reference in a new issue