Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
dansteren authored and bdemann committed Jan 17, 2024
1 parent 9c9191c commit 43d286d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion property_tests/tests/post_upgrade_method/test/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function generateGetPostDeployValuesCanisterMethod(
globalPostDeployVariableNames: string[]
): QueryMethod {
return {
imports: new Set(['Tuple', 'bool']),
imports: new Set(['Tuple', 'bool', 'query']),
globalDeclarations: [],
sourceCode: /*TS*/ `getPostDeployValues: query(
[],
Expand Down

0 comments on commit 43d286d

Please sign in to comment.