Fix failing test
This commit is contained in:
parent
c7fe7b20e0
commit
f30b5ea14b
|
@ -20,7 +20,7 @@ class Bundle_BundleInformationTests: QuickSpec {
|
|||
it("implements BundleInformation (empty due to SPM") {
|
||||
let bundle = Bundle.main
|
||||
expect(Int(bundle.buildNumber)).to(beGreaterThan(17501))
|
||||
expect(bundle.versionNumber).to(equal("13.0"))
|
||||
expect(bundle.versionNumber).to(equal("13.1"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue