Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Apr 27, 2023
1 parent c0fe675 commit bf85f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/contents/bp/content.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { assert } from "console";
import { Block, BlockState } from "../../../src/Lib/Types/BehaviorPack/Block";
import { Block, BlockState } from "../../../src/Lib/Types/BehaviorPack";
import { Entity } from "../../../src/Lib/Types/BehaviorPack/Entity";
import { Item } from "../../../src/Lib/Types/BehaviorPack/Item";
import { MinecraftData } from "../../../src/main";
Expand Down

0 comments on commit bf85f55

Please sign in to comment.