Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw committed Jul 22, 2024
1 parent 81bea58 commit 7504545
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 2 additions & 6 deletions Sources/CustomDump/ExpectDifference.swift
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ public func expectDifference<T: Equatable>(
)
} catch {
reportIssue(
"""
Threw error "\(error)"
""",
error,
fileID: fileID,
filePath: filePath,
line: line,
Expand Down Expand Up @@ -156,9 +154,7 @@ public func expectDifference<T: Equatable & Sendable>(
)
} catch {
reportIssue(
"""
Threw error "\(error)"
""",
error,
fileID: fileID,
filePath: filePath,
line: line,
Expand Down
4 changes: 1 addition & 3 deletions Sources/CustomDump/ExpectNoDifference.swift
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@ public func expectNoDifference<T: Equatable>(
)
} catch {
reportIssue(
"""
Threw error "\(error)"
""",
error,
fileID: fileID,
filePath: filePath,
line: line,
Expand Down

0 comments on commit 7504545

Please sign in to comment.