Skip to content

Commit

Permalink
fix count assert
Browse files Browse the repository at this point in the history
  • Loading branch information
SnezhanaAbramova committed Aug 15, 2022
1 parent 54dc4b7 commit 3dedb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/components/layers/odata-vector-layer-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ test('test method createAdapterForModel() without odataUrl', function(assert) {
});

test('test method createDynamicModel() with json', function(assert) {
assert.expect(19);
assert.expect(20);
var done = assert.async(1);
Ember.$.extend(param, {
'odataUrl': 'http://localhost:6500/odata/',
Expand Down

0 comments on commit 3dedb48

Please sign in to comment.