Skip to content

Commit 8b14c82

Browse files
committed
CodeRabbitSuggestions
1 parent 85a4b5f commit 8b14c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acceptance/view-user-profile-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,4 +250,4 @@ module('Acceptance | view-user-profile', function (hooks) {
250250
assert.strictEqual(userPage.courseProgressListItems.length, 1, 'only one course progress list item should be shown');
251251
assert.strictEqual(userPage.courseProgressListItems[0].name, 'Build your own grep', 'the course progress list item should be for grep');
252252
});
253-
});
253+
});

0 commit comments

Comments
 (0)