We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc9941 commit a4f7669Copy full SHA for a4f7669
test/javascripts/service/translator-test.js
@@ -75,7 +75,7 @@ module("Unit | Service | translator", function (hooks) {
75
assert.true(postStreamRefreshCalled);
76
assert.strictEqual(titleSet, "Surprise!");
77
assert.strictEqual(post.cooked, "I am a cat");
78
- assert.strictEqual(post.can_translate, false);
+ assert.false(post.can_translate);
79
assert.strictEqual(topic.fancy_title, "Surprise!");
80
});
81
0 commit comments