Skip to content

Commit a4f7669

Browse files
committed
BAHH jut auto fix already
1 parent bbc9941 commit a4f7669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/javascripts/service/translator-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ module("Unit | Service | translator", function (hooks) {
7575
assert.true(postStreamRefreshCalled);
7676
assert.strictEqual(titleSet, "Surprise!");
7777
assert.strictEqual(post.cooked, "I am a cat");
78-
assert.strictEqual(post.can_translate, false);
78+
assert.false(post.can_translate);
7979
assert.strictEqual(topic.fancy_title, "Surprise!");
8080
});
8181

0 commit comments

Comments
 (0)