typo
This commit is contained in:
@@ -36,7 +36,7 @@ void main() {
|
||||
await database.close();
|
||||
});
|
||||
group('group tests', () {
|
||||
test('all groups get fetched correclty', () async {
|
||||
test('all groups get fetched correctly', () async {
|
||||
final testgroup2 = Group(
|
||||
id: 'gr2',
|
||||
name: 'Second Group',
|
||||
|
||||
@@ -24,7 +24,7 @@ void main() {
|
||||
});
|
||||
|
||||
group('player tests', () {
|
||||
test('all players get fetched correclty', () async {
|
||||
test('all players get fetched correctly', () async {
|
||||
final testPlayer2 = Player(id: 'gr2', name: 'Second Group');
|
||||
await database.playerDao.addPlayer(player: testPlayer);
|
||||
await database.playerDao.addPlayer(player: testPlayer2);
|
||||
|
||||
Reference in New Issue
Block a user