Skip to content

Commit

Permalink
fix metagen tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Natoandro committed Nov 27, 2024
1 parent 7995047 commit 91e82a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/metagen/fixtures/tg.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright Metatype OÜ, licensed under the Mozilla Public License Version 2.0.
// SPDX-License-Identifier: MPL-2.0

import { Policy, t, typegraph } from "@typegraph/sdk/index.ts";
import { WasmRuntime } from "@typegraph/sdk/runtimes/wasm.ts";
import { Policy, t, typegraph } from "@typegraph/sdk";
import { WasmRuntime } from "@typegraph/sdk/runtimes/wasm";

typegraph({
name: "gen-test",
Expand Down
6 changes: 3 additions & 3 deletions src/metagen/fixtures/tg2.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Copyright Metatype OÜ, licensed under the Mozilla Public License Version 2.0.
// SPDX-License-Identifier: MPL-2.0

import { fx, Policy, t, typegraph } from "@typegraph/sdk/index.ts";
import { DenoRuntime } from "@typegraph/sdk/runtimes/deno.ts";
import { RandomRuntime } from "@typegraph/sdk/runtimes/random.ts";
import { fx, Policy, t, typegraph } from "@typegraph/sdk";
import { DenoRuntime } from "@typegraph/sdk/runtimes/deno";
import { RandomRuntime } from "@typegraph/sdk/runtimes/random";

const genUser = () => ({
id: "69099108-e48b-43c9-ad02-c6514eaad6e3",
Expand Down

0 comments on commit 91e82a8

Please sign in to comment.