Skip to content

Commit

Permalink
test(searlie): refactor test case
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhck committed Nov 1, 2019
1 parent 3703fb8 commit f88b728
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Searilie.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ describe("Searilie", () => {
describe("decode using headers", () => {
it("should throw error if wrong adapter", () => {
const adapter: IAdapter = {
deserialize: jest.fn(() => [{a: 2}]),
getIdentifier: jest.fn(() => "Z")
} as any;
const serializer = new Searilie(adapter);
Expand Down

0 comments on commit f88b728

Please sign in to comment.