Skip to content

Commit

Permalink
Fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-tomlein committed Jan 27, 2024
1 parent f88334b commit 26bf1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Storage/TestDatabase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class TestDatabase: XCTestCase {
db.insertRow(["test": i])
}

db.removeOldEvents(maxSize: 5, maxAge: 1)
db.removeOldEvents(maxSize: 10, maxAge: 1)

let rows = db.readRows(numRows: 10)
XCTAssertEqual(rows.count, 5)
Expand Down

0 comments on commit 26bf1d3

Please sign in to comment.