Skip to content

Commit 4ce6bb5

Browse files
committed
fix typo
1 parent dc15969 commit 4ce6bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acceptance/settings-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import axeConfig from '../axe-config';
1111
module('Acceptance | /crates/:name/settings', function (hooks) {
1212
setupApplicationTest(hooks);
1313

14-
test('listing crate settings', async function (assert) {
14+
test('listing crate owners', async function (assert) {
1515
this.server.loadFixtures();
1616

1717
await visit('/crates/nanomsg/settings');

0 commit comments

Comments
 (0)