Skip to content

Commit 25b9869

Browse files
committed
Fix typo in __is
1 parent 086a1d9 commit 25b9869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Testing/Expectations/ExpectationContext.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ extension __ExpectationContext {
219219
runtimeValues[typeID] = { Expression.Value(reflecting: correctType) }
220220
}
221221

222-
return true
222+
return result
223223
}
224224
}
225225

0 commit comments

Comments
 (0)