fix tests
This commit is contained in:
@@ -182,8 +182,6 @@ class User extends Equatable {
|
||||
List<Object?> get props => [
|
||||
id,
|
||||
role,
|
||||
createdAt,
|
||||
updatedAt,
|
||||
lastActive,
|
||||
online,
|
||||
extraData,
|
||||
|
||||
@@ -45,7 +45,6 @@ void main() {
|
||||
role: 'testRole',
|
||||
createdAt: DateTime.now(),
|
||||
updatedAt: DateTime.now(),
|
||||
lastActive: DateTime.now(),
|
||||
online: math.Random().nextBool(),
|
||||
banned: math.Random().nextBool(),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user