Skip to content

Commit b6f31d9

Browse files
committed
allow for numbers in firebase url
1 parent 5891d66 commit b6f31d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angularFire-seed/test/unit/configSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ describe('service', function() {
1010
}));
1111

1212
it('should have FBURL beginning with https', inject(function(FBURL) {
13-
expect(FBURL).toMatch(/^https:\/\/[a-zA-Z_-]+\.firebaseio\.com/i);
13+
expect(FBURL).toMatch(/^https:\/\/[0-9a-zA-Z_-]+\.firebaseio\.com/i);
1414
}));
1515

1616
it('should have a valid SEMVER version', inject(function(version) {

0 commit comments

Comments
 (0)