Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bf5f08f

Browse files
authored
Merge pull request #89 from RedisGraph/fix-test
fix error message
2 parents 52b91f0 + 45435f7 commit bf5f08f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎test/redisGraphAPITest.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ describe("RedisGraphAPI Test", () => {
395395
assert(err instanceof redis.ReplyError);
396396
assert.equal(
397397
err.message,
398-
"Type mismatch: expected String but was Integer"
398+
"Type mismatch: expected String or Null but was Integer"
399399
);
400400
}
401401
});
@@ -409,7 +409,7 @@ describe("RedisGraphAPI Test", () => {
409409
assert(err instanceof redis.ReplyError);
410410
assert.equal(
411411
err.message,
412-
"Type mismatch: expected String but was Integer"
412+
"Type mismatch: expected String or Null but was Integer"
413413
);
414414
}
415415
});

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /