We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48073df commit 08e2632Copy full SHA for 08e2632
Sources/Nimble/Matchers/Matcher.swift
@@ -96,7 +96,7 @@ public enum ExpectationStyle: Sendable {
96
97
/// The value that a Matcher returns to describe if the given (actual) value matches the
98
/// matcher.
99
-public struct MatcherResult {
+public struct MatcherResult: Sendable {
100
/// Status indicates if the matcher matches, does not match, or fails.
101
public var status: MatcherStatus
102
/// The error message that can be displayed if it does not match
0 commit comments