Skip to content

Commit 2f46463

Browse files
committed
Fix fake_gcloud test
1 parent 17283ce commit 2f46463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/fake_gcloud/test/mem_datastore_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ void main() {
269269
test('write and read', () async {
270270
final sb = StringBuffer();
271271
store.writeTo(sb);
272-
expect(sb.length, 470);
272+
expect(sb.length, 454);
273273
final newStore = MemDatastore()..readFrom(sb.toString().split('\n'));
274274
final newDb = DatastoreDB(newStore);
275275

0 commit comments

Comments
 (0)