Skip to content

Commit d37dc90

Browse files
committed
test: đź’Ť add failing test to test summary
1 parent 2c752b9 commit d37dc90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎addons/api/tests/unit/adapters/application-test.js‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ module('Unit | Adapter | application', function (hooks) {
2424
const adapter = this.owner.lookup('adapter:application');
2525
assert.ok(adapter.namespace);
2626
assert.strictEqual(adapter.namespace, config.api.namespace);
27+
assert.true(false);
2728
});
2829

2930
test('it generates correct URL prefixes', function (assert) {

0 commit comments

Comments
 (0)