Skip to content

Commit

Permalink
Merge pull request #231 from hpawe01/patch-1
Browse files Browse the repository at this point in the history
Use correct name for ImageComponent test
  • Loading branch information
lukasz-galka authored Feb 13, 2019
2 parents 5b6d2f5 + 73e9573 commit c579ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngx-gallery-image.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class CustomHammerConfig extends HammerGestureConfig {
};
}

describe('NgxGalleryArrowsComponent', () => {
describe('NgxGalleryImageComponent', () => {
let fixture: ComponentFixture<NgxGalleryImageComponent>;
let comp: NgxGalleryImageComponent;
let el, prevArrow, nextArrow;
Expand Down

0 comments on commit c579ab1

Please sign in to comment.