Skip to content

Commit b788776

Browse files
committed
change to trigger test
1 parent e0d6b55 commit b788776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/integration/util/settings.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function parseTargetBackend(targetBackend: string): TargetBackend {
7373
case 'prod':
7474
return TargetBackend.PROD;
7575
default:
76-
throw Error('Unknown backend configuration used for integration tests.');
76+
throw Error(`Unknown backend configuration ${targetBackend} used for integration tests.`);
7777
}
7878
}
7979

0 commit comments

Comments
 (0)