Skip to content

Commit

Permalink
test: fix import path not renamed
Browse files Browse the repository at this point in the history
Signed-off-by: James Chien <[email protected]>
  • Loading branch information
shc261392 committed Apr 25, 2024
1 parent 8c8cfac commit ddade79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
import { SharedTestingModule } from '../../../../shared/shared-testing.module';

import { CollectionTabComponent } from './explore-tab.component';
import { CollectionTabComponent } from './collection-tab.component';

describe('CollectionTabComponent', () => {
let component: CollectionTabComponent;
Expand Down

0 comments on commit ddade79

Please sign in to comment.