Skip to content

Commit

Permalink
unbroke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBAndrews committed Oct 28, 2023
1 parent 32f29b2 commit ffecd07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MlemTests/Mocks/MockErrorHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ class MockErrorHandler: ErrorHandler {
_ error: ContextualError?,
file: StaticString = #fileID,
function: StaticString = #function,
line: Int = #line
line: Int = #line,
showNoInternet: Bool = true
) {
if let error {
didReceiveError(error)
Expand Down

0 comments on commit ffecd07

Please sign in to comment.