Skip to content

Commit

Permalink
test: update user_repository_test.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Aquarius-blake committed Oct 26, 2023
1 parent 0ffbbf3 commit 8159d35
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/model/user_repository_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@ void main(){
MockFirebaseAuth _auth = MockFirebaseAuth();
BehaviorSubject<MockFirebaseUser> _user = BehaviorSubject<MockFirebaseUser>();

group("user_repository_test", () { });
group("user_repository_test", () {
test("sign in with email and password",() async {

});
});
}

0 comments on commit 8159d35

Please sign in to comment.