From 5cb36ed706c909f1470ae1bdb988ab486be1197c Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 4 May 2018 15:08:17 -0700 Subject: [PATCH] test: fix firebase deployment script test When I fixed the project id in 2c4850dc582287b7c34d4d26066fe4993638cbf0, I didn't realize we had a test that verified the wrong behavior. --- aio/scripts/deploy-to-firebase.test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/scripts/deploy-to-firebase.test.sh b/aio/scripts/deploy-to-firebase.test.sh index 6093a3ab0e..0ffea8e128 100755 --- a/aio/scripts/deploy-to-firebase.test.sh +++ b/aio/scripts/deploy-to-firebase.test.sh @@ -94,7 +94,7 @@ Deployment URL : https://angular.io/" ) expected="Git branch : 2.4.x Build/deploy mode : archive -Firebase project : angular-io-2 +Firebase project : v2-angular-io Deployment URL : https://v2.angular.io/" check "$actual" "$expected" )