Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxg-square committed Jan 8, 2025
1 parent 22b76ff commit 39fded3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ListableUI/Tests/ListView/ListViewTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ class ListViewTests: XCTestCase
.item(ID),
onInsertOf: ID,
position: .init(position: .centered),
animation: .default,
animated: true,
shouldPerform: { _ in true },
didPerform: { didPerform.append($0) }
)
Expand Down Expand Up @@ -639,7 +639,7 @@ class ListViewTests: XCTestCase
list.autoScrollAction = .pin(
.item(ID),
position: .init(position: .bottom),
animation: .default,
animated: true,
shouldPerform: { _ in true },
didPerform: { didPerform.append($0) }
)
Expand Down

0 comments on commit 39fded3

Please sign in to comment.