Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jnetoatbliss committed Feb 23, 2023
1 parent 031f7c8 commit 3292327
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/groue/GRDB.swift.git",
"state" : {
"revision" : "7b63ddf54232db97943759e2b022cf61c5d9e745",
"version" : "6.5.0"
"revision" : "e76cda27dce9595a833a23cfd26bbc27553cd305",
"version" : "6.7.0"
}
},
{
Expand All @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/joselinoneto/storageclient",
"state" : {
"revision" : "709a4829f4884ccc6f4a1a71a63a3894d8f85e5f",
"version" : "1.0.10"
"revision" : "df4c3a893022b27694408c5ca828afe104ce95cd",
"version" : "1.0.11"
}
},
{
Expand All @@ -59,8 +59,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/joselinoneto/ToolboxStorageClient",
"state" : {
"revision" : "9ec3d0288256cad21c2f57281d20e15f550c020d",
"version" : "1.0.2"
"revision" : "62a2e86e0e022bd821cefc36787ccc2611fabda3",
"version" : "1.0.3"
}
},
{
Expand Down
2 changes: 0 additions & 2 deletions Sources/manager/Controllers/ApodManagerController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ public class ApodManagerController {
.map{$0?.mapToEntity()}
.assign(to: \.items, on: self)
.store(in: &self.cancellables)

self.storageController.observeApods(startDate: currentMonth.startMonthDate, endDate: currentMonth.endMonthDate)
}

public func getRemoteData(per: Int, page: Int) async throws {
Expand Down
2 changes: 1 addition & 1 deletion Tests/managerTests/managerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ final class managerTests: XCTestCase {
mock.postedDate = Date()
try controller.saveItems([mock])

let countEmittedExpected: Int = 4
let countEmittedExpected: Int = 3
let apodPublisher = controller.$items.collect(countEmittedExpected).first()
let counterArray = try awaitPublisher(apodPublisher)
XCTAssertEqual(countEmittedExpected, counterArray.count)
Expand Down

0 comments on commit 3292327

Please sign in to comment.