Skip to content

Commit

Permalink
Fix tests and REUSE
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Jan 12, 2024
1 parent 7a7f4a3 commit b700cf1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Sources/SpeziBluetooth/Utilities/LazyView.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
//
// SwiftUIView.swift
//
// This source file is part of the Stanford Spezi open-source project
//
// Created by Andreas Bauer on 12.01.24.
// SPDX-FileCopyrightText: 2024 Stanford University and the project authors (see CONTRIBUTORS.md)
//
// SPDX-License-Identifier: MIT
//

import SwiftUI
Expand Down
1 change: 1 addition & 0 deletions Tests/UITests/TestApp/TestApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ struct UITestsApp: App {
BluetoothManagerView()
}
}
.navigationTitle("Spezi Bluetooth")
}
.spezi(appDelegate)
}
Expand Down

0 comments on commit b700cf1

Please sign in to comment.