Skip to content

Commit b47761b

Browse files
committed
fix(integration_test): Rename integration_tests to integration_test
1 parent 7e8939f commit b47761b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_test/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function buildPythonSdk() {
9898
.find((file) => file.match(/^firebase_functions-.*\.tar\.gz$/));
9999

100100
if (generatedFile) {
101-
const targetPath = path.join("integration_tests", "functions", `firebase_functions.tar.gz`);
101+
const targetPath = path.join("integration_test", "functions", `firebase_functions.tar.gz`);
102102

103103
fs.renameSync(path.join("dist", generatedFile), targetPath);
104104

0 commit comments

Comments
 (0)