Skip to content

Commit 9a4a67c

Browse files
committed
Get crate version tests passing
— Elliot Jackson <elliot@elliotekj.com>
1 parent 32d7218 commit 9a4a67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acceptance/crate-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ test('navigating to the all versions page', function(assert) {
2727
click('#crate-versions span.small a');
2828

2929
andThen(function() {
30-
matchesText(assert, '.info', /All 12 versions of nanomsg since December \d+, 2014/);
30+
matchesText(assert, '.info', /All 13 versions of nanomsg since December \d+, 2014/);
3131
});
3232
});
3333

0 commit comments

Comments
 (0)