Skip to content

Commit

Permalink
Fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Sep 23, 2021
1 parent 0c30a9a commit d0b4b05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/molang/MolangSet.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { expect } from "chai";
import { DefinedUsing, MolangFullSet, MolangSet, Using } from "../../src/main";
import { MolangFullSet, MolangSet } from "../../src/Molang/include";
import { DefinedUsing, Using } from "../../src/Types/Defined Using/include";
import { VanillaPlayer } from "../Player.test";

describe("molang", () => {
Expand Down

0 comments on commit d0b4b05

Please sign in to comment.