Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jazdw committed May 18, 2015
1 parent 813ec1e commit fc8815a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/Request.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,7 @@ define([
var filter = new store.Filter();
var betweenTwoAndFour = filter.ne('id', 2).or(filter.eq('foo', true), filter.eq('foo'));
return runCollectionTest(store.filter(betweenTwoAndFour), { queryParams: {
id: 'ne=2',
'(foo': 'true|foo=undefined)'
id: 'ne=2|foo=true|foo=undefined'
}});
},

Expand Down

0 comments on commit fc8815a

Please sign in to comment.