Skip to content

Commit a31095e

Browse files
authored
fix: use correct path for test script
1 parent 8180c23 commit a31095e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

registry/coder/modules/amazon-q/main.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
runTerraformInit,
55
testRequiredVariables,
66
findResourceInstance,
7-
} from "../../test";
7+
} from "~test";
88
import path from "path";
99

1010
const moduleDir = path.resolve(__dirname);

0 commit comments

Comments
 (0)