Skip to content

Commit 69bb9fe

Browse files
committed
test: Fix erroneously inverted test assertion
1 parent 4b639a4 commit 69bb9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/Tests/GutenbergKitTests/GBWebViewTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ struct GBWebViewTests {
1313
}
1414

1515
func testVersionConstantExists() {
16-
#expect(GutenbergKit.version.isEmpty, "Version constant should not be empty")
16+
#expect(!GutenbergKit.version.isEmpty, "Version constant should not be empty")
1717
#expect(GutenbergKit.version.contains("."), "Version should be in semantic versioning format")
1818
}
1919
}

0 commit comments

Comments
 (0)