Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran committed Mar 22, 2024
1 parent 7bf2a7a commit c0c3484
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ void main() {

testWidgets(
'Get package info using custom version json uri',
(tester) async {
(tester) async {
when(client.get(customUri)).thenAnswer(
(_) => Future.value(
(_) => Future.value(
http.Response(jsonEncode(VERSION_JSON), 200),
),
);
Expand Down

0 comments on commit c0c3484

Please sign in to comment.