1
0
mirror of https://github.com/taigrr/yq synced 2025-01-18 04:53:17 -08:00

path operator singular

This commit is contained in:
Mike Farah 2020-11-22 12:22:15 +11:00
parent 064cff1341
commit e9fa873af8
3 changed files with 1 additions and 1 deletions

View File

@ -41,5 +41,5 @@ func TestPathOperatorsScenarios(t *testing.T) {
for _, tt := range pathOperatorScenarios {
testScenario(t, &tt)
}
documentScenarios(t, "Path Operators", pathOperatorScenarios)
documentScenarios(t, "Path Operator", pathOperatorScenarios)
}