Skip to content

Commit

Permalink
authentication: fix comma
Browse files Browse the repository at this point in the history
  • Loading branch information
marfavi committed Feb 4, 2024
1 parent 52ef6a6 commit d8e3f7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/features/authentication/repository_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ void main() {
actual,
completion(
isA<Some<AuthenticationInfo>>().having(
(some) => some.value, 'AuthenticationInfo', testAuthInfo),
(some) => some.value,
'AuthenticationInfo',
testAuthInfo,
),
),
);
},
Expand Down

0 comments on commit d8e3f7f

Please sign in to comment.