Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Feb 11, 2023
1 parent ca5d5e6 commit 772fd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/converter2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe("Converter2", () => {
} else {
runTest(
name,
issueTests[`pre${entry.slice(2)}`],
issueTests[`pre${entry.slice(2)}` as `pre${bigint}${string}`],
join("issues", entry),
check as (
project: ProjectReflection,
Expand Down

0 comments on commit 772fd7f

Please sign in to comment.