Skip to content

Commit

Permalink
Fixing nyanoToLocale
Browse files Browse the repository at this point in the history
  • Loading branch information
qwahzi authored Nov 6, 2021
1 parent bd681a7 commit ac01867
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/pipes/nyanoToLocale.pipe.spec.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { nyanoToLocalePipe } from './nyanoToLocale.pipe';
import { nyanoToLocale } from './nyanoToLocale.pipe';

describe('nyanoToLocalePipe', () => {
describe('nyanoToLocale', () => {
it('create an instance', () => {
const pipe = new nyanoToLocalePipe();
const pipe = new nyanoToLocale();
expect(pipe).toBeTruthy();
});
});

0 comments on commit ac01867

Please sign in to comment.