Skip to content

Commit

Permalink
Remove redundant setContext invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Jan 26, 2019
1 parent d115c82 commit 4a4f795
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/setup-application-context-test.js
Expand Up @@ -12,7 +12,6 @@ import {
visit,
currentRouteName,
currentURL,
setContext,
} from '@ember/test-helpers';
import hasEmberVersion from '@ember/test-helpers/has-ember-version';
import { setResolverRegistry } from '../helpers/resolver';
Expand Down Expand Up @@ -68,7 +67,6 @@ module('setupApplicationContext', function(hooks) {
}),
});

setContext(this);
await setupContext(this);
await setupApplicationContext(this);
});
Expand Down

0 comments on commit 4a4f795

Please sign in to comment.