Skip to content

Commit 7c62fc1

Browse files
committed
+test
1 parent 23f2248 commit 7c62fc1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/test/shared/configuration_test.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ void main() {
7777
if (config.isProduction) {
7878
expect(rateLimits, hasLength(greaterThan(10)));
7979
}
80+
81+
// expect bucket names are non-null
82+
expect(config.allBucketNames, isNotEmpty);
8083
}
8184
});
8285
}

0 commit comments

Comments
 (0)