WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 07748a4

Browse files
AZero13jmschonfeld
andauthored
Update Tests/FoundationEssentialsTests/PredicateConversionTests.swift
Co-authored-by: Jeremy Schonfeld <[email protected]>
1 parent 0f825ac commit 07748a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/FoundationEssentialsTests/PredicateConversionTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ private struct NSPredicateConversionTests {
186186
}
187187
let converted = try #require(convert(predicate))
188188
#expect(converted == NSPredicate(format: "i >= %@ AND i < %@", lower as NSDate, upper as NSDate))
189-
#expect(converted.evaluate(with: ObjCObject()))
189+
#expect(!converted.evaluate(with: ObjCObject()))
190190
}
191191

192192
@Test func nonObjC() throws {

0 commit comments

Comments
 (0)