Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Nov 23, 2023
1 parent 4f775d0 commit 28a9ebd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ void main() {
).thenAnswer((_) async => version);

commandRunner = PatrolCommandRunner(
platform: FakePlatform(),
platform: FakePlatform(environment: {}),
processManager: FakeProcessManager(),
pubUpdater: pubUpdater,
fs: MemoryFileSystem.test(),
Expand Down

0 comments on commit 28a9ebd

Please sign in to comment.