fix: removed print in test
This commit is contained in:
@@ -449,7 +449,6 @@ void main() {
|
|||||||
await database.matchDao.addMatch(match: testMatch1);
|
await database.matchDao.addMatch(match: testMatch1);
|
||||||
|
|
||||||
DateTime newEndedAt = DateTime(2030, 1, 1, 12, 0, 0);
|
DateTime newEndedAt = DateTime(2030, 1, 1, 12, 0, 0);
|
||||||
print(newEndedAt);
|
|
||||||
await database.matchDao.updateMatchEndedAt(
|
await database.matchDao.updateMatchEndedAt(
|
||||||
matchId: testMatch1.id,
|
matchId: testMatch1.id,
|
||||||
endedAt: newEndedAt,
|
endedAt: newEndedAt,
|
||||||
|
|||||||
Reference in New Issue
Block a user