Skip to content

Commit

Permalink
chai update
Browse files Browse the repository at this point in the history
  • Loading branch information
shakty committed Apr 28, 2018
1 parent f40e73f commit 2755a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('Caching:', function() {

for (i = 0; i < cachedURIs.length; ++i) {
expect(W.cache).to.have.property(cachedURIs[i])
.with.property('contents').String;
.with.property('contents').string;
}
});

Expand Down

0 comments on commit 2755a2f

Please sign in to comment.