Skip to content

Commit

Permalink
SPT-1998 fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mrandrewsmith committed Apr 16, 2024
1 parent 9304c2c commit 37737fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// Copyright © 2024 Surf. All rights reserved.
//

import Foundation

public protocol CancellableTask {
func cancel()
}
Expand Down
5 changes: 0 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ let package = Package(
path: "NodeKitTests",
exclude: [
"Resources/LICENSE.txt",
// TODO: - Переписать тесты на блекбокс - убрать завязку на сервер
"FormUrlCodingTests.swift",
"MultipartRequestTests.swift",
"EndToEndTests/SimpleURLChainTests.swift",
"EndToEndTests/TestEmptyResponseMapping.swift"
]
),
]
Expand Down

0 comments on commit 37737fc

Please sign in to comment.