Skip to content

Commit

Permalink
Fix relative path for test output
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed Apr 5, 2020
1 parent 2be1390 commit 84258c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-output.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as generated from "./twitter/output";
import * as generated from "../output/twitter/output";
import * as fc from "fast-check";

const items: any = { ...generated };
Expand Down

0 comments on commit 84258c6

Please sign in to comment.