Skip to content

Commit f923681

Browse files
committed
Fix tests for QUnit 2
1 parent 49ae83e commit f923681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serializers/basic-query-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ QUnit.test("auto-convert or schema into maybe type", function(assert) {
150150

151151

152152
testHelpers.dev.devOnlyTest("warn if query properties are not defined (#8)", function (assert) {
153-
QUnit.expect(3);
153+
assert.expect(3);
154154

155155
var message = "can-query-logic: Ignoring keys: start, end.";
156156
var finishErrorCheck = testHelpers.dev.willWarn(message, function(actualMessage, success) {

0 commit comments

Comments
 (0)