Skip to content

Commit 563df16

Browse files
committed
fix conflits
2 parents d938dd2 + 1f577c3 commit 563df16

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# firebase_database_mocks
22

3-
[![Pub Version](https://img.shields.io/pub/v/firebase_database_mocks)](https://pub.dev/packages/firebase_database_mocks)
3+
[![Pub Version](https://img.shields.io/pub/v/firebase_database_mocks)](https://pub.dev/packages/firebase_database_mocks) [![style: effective dart](https://img.shields.io/badge/style-pedantic-blue)](https://github.com/google/pedantic)
44

55
Mocks library to write unit tests for FirebaseDatabase (real-time database). Get Instance
66
`MockFirebaseDatabase.instance`, then pass it around your project as if it were a

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ packages:
4242
name: build
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "1.6.0"
45+
version: "1.6.1"
4646
built_collection:
4747
dependency: transitive
4848
description:
@@ -91,7 +91,7 @@ packages:
9191
name: code_builder
9292
url: "https://pub.dartlang.org"
9393
source: hosted
94-
version: "3.5.0"
94+
version: "3.6.0"
9595
collection:
9696
dependency: transitive
9797
description:

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: firebase_database_mocks
2+
23
description: Fakes to write unit tests for FirebaseDatabase (real-time database). Get Instance MockFirebaseDatabase.instance, then pass it around your project as if it were a FirebaseDatabase.instance. This mock keep data in memory while test running.
34

45
version: 0.1.0

0 commit comments

Comments
 (0)