Skip to content

Commit d0daafe

Browse files
committedOct 2, 2024·
Fix test_auto_scroll_action
1 parent 6b676ee commit d0daafe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎ListableUI/Tests/ListView/ListViewTests.swift

+2
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,8 @@ class ListViewTests: XCTestCase
572572

573573
var content = ListProperties.default { list in
574574

575+
list.animatesChanges = false
576+
575577
list.sections = (1...50).map { sectionID in
576578
Section(sectionID) {
577579
for itemID in 1...20 {

0 commit comments

Comments
 (0)
Please sign in to comment.