@@ -310,7 +310,7 @@ import { setupRenderingTest } from 'ember-qunit';
310
310
import { render } from ' @ember/test-helpers' ;
311
311
import hbs from ' htmlbars-inline-precompile' ;
312
312
313
- module (' Integration | Component | rental-listing ' , function (hooks ) {
313
+ module (' Integration | Component | list-filter ' , function (hooks ) {
314
314
setupRenderingTest (hooks);
315
315
316
316
test (' should initially load all listings' , async function (assert ) {
@@ -349,7 +349,7 @@ import { resolve } from 'rsvp';
349
349
const ITEMS = [{city: ' San Francisco' }, {city: ' Portland' }, {city: ' Seattle' }];
350
350
const FILTERED_ITEMS = [{city: ' San Francisco' }];
351
351
352
- module (' Integration | Component | rental-listing ' , function (hooks ) {
352
+ module (' Integration | Component | list-filter ' , function (hooks ) {
353
353
setupRenderingTest (hooks);
354
354
355
355
test (' should initially load all listings' , async function (assert ) {
@@ -382,7 +382,7 @@ import { resolve } from 'rsvp';
382
382
const ITEMS = [{city: ' San Francisco' }, {city: ' Portland' }, {city: ' Seattle' }];
383
383
const FILTERED_ITEMS = [{city: ' San Francisco' }];
384
384
385
- module (' Integration | Component | rental-listing ' , function (hooks ) {
385
+ module (' Integration | Component | list-filter ' , function (hooks ) {
386
386
setupRenderingTest (hooks);
387
387
388
388
test (' should initially load all listings' , async function (assert ) {
@@ -430,7 +430,7 @@ import { resolve } from 'rsvp';
430
430
const ITEMS = [{city: ' San Francisco' }, {city: ' Portland' }, {city: ' Seattle' }];
431
431
const FILTERED_ITEMS = [{city: ' San Francisco' }];
432
432
433
- module (' Integration | Component | rental-listing ' , function (hooks ) {
433
+ module (' Integration | Component | list-filter ' , function (hooks ) {
434
434
setupRenderingTest (hooks);
435
435
436
436
test (' should initially load all listings' , async function (assert ) {
0 commit comments