Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
HeneryHawk committed Jun 10, 2022
1 parent 4b70342 commit 42af69d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/schema.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file should be compilable if the types were created correctly.

import { sap } from "../service";
import { sap } from "./service";

const address: sap.capire.bookshop.IAddress = {
street: "",
Expand Down
2 changes: 1 addition & 1 deletion test/service.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file should be compilable if the types were created correctly.

import { CatalogService } from "../service";
import { CatalogService } from "./service";

const serviceEntity: CatalogService.IServiceEntity = {
id: "",
Expand Down

0 comments on commit 42af69d

Please sign in to comment.