fix sui tests
This commit is contained in:
parent
b2822dd8bf
commit
2966256ad6
1 changed files with 1 additions and 1 deletions
|
|
@ -28,6 +28,6 @@ func TestPageExec(t *testing.T) {
|
|||
|
||||
res := any.Of(data).Map().Dot()
|
||||
assert.Equal(t, "yes", res.Get("array[3][0].query"))
|
||||
assert.Equal(t, "Article Search 1", res.Get("articles.data[0].description"))
|
||||
assert.Equal(t, "文章搜索 1", res.Get("articles.data[0].description"))
|
||||
assert.Equal(t, "/test/path", res.Get("url.path"))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue