Skip to content

Commit

Permalink
Tag release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Dec 18, 2024
1 parent 862c128 commit 9945569
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-collections.git", from: "1.1.1"),
.package(url: "https://github.com/StanfordSpezi/SpeziFoundation.git", from: "2.0.0-beta.1"),
.package(url: "https://github.com/StanfordSpezi/Spezi.git", from: "1.7.1"),
.package(url: "https://github.com/StanfordSpezi/SpeziViews.git", branch: "feature/list-info-button"),
.package(url: "https://github.com/StanfordSpezi/SpeziViews.git", from: "1.8.0"),
.package(url: "https://github.com/StanfordSpezi/SpeziBluetooth.git", from: "3.1.0"),
.package(url: "https://github.com/StanfordSpezi/SpeziNetworking.git", from: "2.1.1"),
.package(url: "https://github.com/StanfordBDHG/XCTestExtensions.git", from: "1.0.0")
Expand Down
1 change: 0 additions & 1 deletion Tests/UITests/TestAppUITests/BluetoothViewsTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ class BluetoothViewsTests: XCTestCase {

XCTAssert(app.staticTexts["DEVICES"].exists)

print(app.debugDescription)
XCTAssert(app.staticTexts["Mock Device"].exists)
app.staticTexts["Mock Device"].tap()

Expand Down

0 comments on commit 9945569

Please sign in to comment.