Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
format
Browse files Browse the repository at this point in the history
miquelbeltran committed Mar 22, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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),
),
);

0 comments on commit c0c3484

Please sign in to comment.