Skip to content

Commit

Permalink
fix import (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelfact authored Aug 9, 2024
1 parent c59a512 commit 976d4b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { BannerStoragePort } from "core/domain/banner/outputs/banner-storage-port";
import { BannerStoragePort } from "@/core/domain/banner/outputs/banner-storage-port";
import { mockHttpStorageResponse } from "@/core/infrastructure/marketplace-api-client-adapter/http/mock-http-client/mock-http-storage-response";

export class BannerClientAdapterMock implements BannerStoragePort {
Expand Down

0 comments on commit 976d4b7

Please sign in to comment.