From 3f7eaa459a4081b217526d510236e7ce7683eb58 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Fri, 1 Apr 2022 23:57:38 +0200 Subject: [PATCH] Fix postgres test path in misc integration tests --- tool/misc_integration_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/misc_integration_test.sh b/tool/misc_integration_test.sh index a29ea25b..a5d22b42 100755 --- a/tool/misc_integration_test.sh +++ b/tool/misc_integration_test.sh @@ -12,7 +12,7 @@ dart pub upgrade dart test || EXIT_CODE=$? popd -pushd examples/integration_tests/postgres +pushd extras/integration_tests/postgres echo "Running integration tests with Postgres" dart pub upgrade dart test || EXIT_CODE=$?