tests: tests for dart repositories
This commit is contained in:
@@ -13,8 +13,8 @@ class UserDboMapper {
|
||||
name: target.name!,
|
||||
email: target.email!,
|
||||
passwordHash: target.password,
|
||||
createdAt: target.createdAt,
|
||||
updatedAt: target.updatedAt,
|
||||
createdAt: target.createdAt!,
|
||||
updatedAt: target.updatedAt!,
|
||||
));
|
||||
|
||||
TaskEither<IError, List<User>> listFrom(Iterable<UserDbo> targets) {
|
||||
|
||||
Reference in New Issue
Block a user