Skip to content

Commit

Permalink
Fix typo in imports
Browse files Browse the repository at this point in the history
  • Loading branch information
testower committed Dec 17, 2024
1 parent 5c49cc1 commit 799af0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/equipment.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ See the Licence for the specific language governing permissions and
limitations under the Licence. */

import helpers from "../modelUtils/equipmentHelpers";
import equiptedStopPlace from "./mock/equiptedStopPlace";
import unequiptedStopPlace from "./mock/unequiptedStopPlace";
import equiptedStopPlace from "./mock/equippedStopPlace";
import unequiptedStopPlace from "./mock/unequippedStopPlace";

import { simplifyPlaceEquipment } from "../models/stopPlaceUtils";

Expand Down

0 comments on commit 799af0e

Please sign in to comment.