Skip to content

Commit

Permalink
Removed unneeded data.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock committed Sep 4, 2024
1 parent 009e7e6 commit 0d5878e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/tests/tester/StoryOutputs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ import { StoryOutputs } from 'tester/StoryOutputs'
const story_outputs = new StoryOutputs({
chapter_id: new ChapterOutput({
x: 1,
y: 2,
n: null,
z: 0
y: 2
})
})

Expand Down

0 comments on commit 0d5878e

Please sign in to comment.