Skip to content

Commit

Permalink
delete unused throw marker
Browse files Browse the repository at this point in the history
  • Loading branch information
kattouf committed Jan 4, 2025
1 parent ab5b9c6 commit 4a32722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/SakeCLITests/SakeAppManagerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ final class SakeAppManagerTests: XCTestCase {

// MARK: - Initialize

func testSakeAppManager_whenInitialize_shouldThrowError_IfAlreadyInitialized() throws {
func testSakeAppManager_whenInitialize_shouldThrowError_IfAlreadyInitialized() {
let fileHandle = MockFileHandle(
isExecutableOutdatedReturnValue: false
)
Expand Down

0 comments on commit 4a32722

Please sign in to comment.