Skip to content

Commit

Permalink
Test name typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drewlee committed Feb 1, 2023
1 parent cfda25e commit 0d30079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/get-current-route-name-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { module, test } from 'qunit';
import { setupTest } from 'ember-qunit';
import { _getCurrentRouteName } from 'ember-a11y-testing/test-support/setup-middleware-reporter';

module('Unit | Utils | getCurrentRouteName', function (hooks) {
module('Unit | Utils | _getCurrentRouteName', function (hooks) {
setupTest(hooks);

test('gets the route name for the current test', function (assert) {
Expand Down

0 comments on commit 0d30079

Please sign in to comment.