Skip to content

Commit e4f70f9

Browse files
committed
Fix typo in __is
1 parent 6120c20 commit e4f70f9

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)