This commit is contained in:
Mike Farah
2020-10-09 15:06:01 +11:00
parent a6d4dbb8b8
commit c791e5c663
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ func TestReadWithAdvancedFilterCmd(t *testing.T) {
func TestReadWithAdvancedFilterMapCmd(t *testing.T) {
cmd := getRootCommand()
result := test.RunCmd(cmd, "read ../examples/sample.yaml b.e[name==fr*]")
result := test.RunCmd(cmd, "read ../examples/sample.yaml b.e[name`==`fr*]")
if result.Error != nil {
t.Error(result.Error)
}