Change name format to in.name and update tests

This commit is contained in:
Owen Conti
2017-08-03 19:29:49 -06:00
parent 17e99428c7
commit 7a694e287a
3 changed files with 4 additions and 4 deletions

View File

@@ -43,8 +43,8 @@ describe("spec plugin - selectors", function(){
// Then
expect(paramValues.toJS()).toEqual({
"one-query": 1,
"two-query": "duos"
"query.one": 1,
"query.two": "duos"
})
})