Skip to content

Commit

Permalink
fix: fix tests and utils[A
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon-mario committed Mar 12, 2019
1 parent 02546df commit ad902e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/DeleteItems/test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import ItemNotFoundError from "../../errors/ItemNotFoundError";
import Facade from "../../Facade";
import { Filter, Options } from "../../interfaces";
import { secondItem, secondItemId, TestItem, firstItem } from "../utils/testItem";
import { firstItem, secondItem, secondItemId, TestItem } from "../utils/testItem";
import testUsingFilter from "../utils/testUsingFilter";

interface ExpectDeleteItemsOptions<T extends TestItem> {
Expand Down

0 comments on commit ad902e5

Please sign in to comment.