Skip to content

Commit

Permalink
Revert "Add Combine support"
Browse files Browse the repository at this point in the history
This reverts commit 025fa01.
  • Loading branch information
mkj-is committed Feb 10, 2020
1 parent 5c796a6 commit 44c1acc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 87 deletions.
30 changes: 0 additions & 30 deletions Sources/FTAPIKit/URLServer+Combine.swift

This file was deleted.

55 changes: 0 additions & 55 deletions Tests/FTAPIKitTests/PublisherTests.swift

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import XCTest
import FTAPIKit

final class CallTests: XCTestCase {
final class ResponseTests: XCTestCase {
private let timeout: TimeInterval = 30.0

func testGet() {
Expand Down
2 changes: 1 addition & 1 deletion Tests/LinuxMain.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import XCTest
@testable import FTAPIKitTests

XCTMain([
testCase(CallTests.allTests)
testCase(ResponseTests.allTests)
])

0 comments on commit 44c1acc

Please sign in to comment.