We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17283ce commit 2f46463Copy full SHA for 2f46463
pkg/fake_gcloud/test/mem_datastore_test.dart
@@ -269,7 +269,7 @@ void main() {
269
test('write and read', () async {
270
final sb = StringBuffer();
271
store.writeTo(sb);
272
- expect(sb.length, 470);
+ expect(sb.length, 454);
273
final newStore = MemDatastore()..readFrom(sb.toString().split('\n'));
274
final newDb = DatastoreDB(newStore);
275
0 commit comments