Update failing tests

This commit is contained in:
Daniel Saidi 2022-04-23 11:40:25 +02:00
parent af91f7dc5a
commit cc589f16f1
1 changed files with 1 additions and 1 deletions

View File

@ -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.1"))
expect(bundle.versionNumber).to(equal("13.3"))
}
}
}