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 4b639a4 commit 69bb9feCopy full SHA for 69bb9fe
ios/Tests/GutenbergKitTests/GBWebViewTests.swift
@@ -13,7 +13,7 @@ struct GBWebViewTests {
13
}
14
15
func testVersionConstantExists() {
16
- #expect(GutenbergKit.version.isEmpty, "Version constant should not be empty")
+ #expect(!GutenbergKit.version.isEmpty, "Version constant should not be empty")
17
#expect(GutenbergKit.version.contains("."), "Version should be in semantic versioning format")
18
19
0 commit comments