Skip to content

Commit

Permalink
Fix test_auto_scroll_action
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleve committed Oct 2, 2024
1 parent 6b676ee commit d0daafe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ListableUI/Tests/ListView/ListViewTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,8 @@ class ListViewTests: XCTestCase

var content = ListProperties.default { list in

list.animatesChanges = false

list.sections = (1...50).map { sectionID in
Section(sectionID) {
for itemID in 1...20 {
Expand Down

0 comments on commit d0daafe

Please sign in to comment.