Skip to content

Commit

Permalink
Merge branch 'CC-627' into dependabot/npm_and_yarn/eslint-plugin-quni…
Browse files Browse the repository at this point in the history
…t-8.0.0
  • Loading branch information
libmartinito committed Jul 20, 2023
2 parents a204aac + dc7d9bb commit b48c39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/pay-test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable qunit/require-expect */
import { module, test } from 'qunit';
import { setupApplicationTest } from 'ember-qunit';
import { setupMirage } from 'ember-cli-mirage/test-support';
Expand All @@ -16,7 +17,6 @@ module('Acceptance | pay-test', function (hooks) {
test('redirects to login page if user is not signed in', async function (assert) {
testScenario(this.server);

/* eslint-disable-next-line qunit/require-expect */
assert.expect(2);

try {
Expand Down

0 comments on commit b48c39b

Please sign in to comment.