Skip to content

Commit

Permalink
dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
myupage committed Jan 18, 2024
1 parent b14b4b2 commit 87fa223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Integration/GCTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class GCTests: XCTestCase {
XCTAssertEqual(doc1Len, gcNodeLen)
XCTAssertEqual(doc2Len, gcNodeLen)

// Actual garbage-collected nodes
// Actual garbage-collected node
doc1Len = await doc1.garbageCollect(lessThanOrEqualTo: TimeTicket.max)
doc2Len = await doc2.garbageCollect(lessThanOrEqualTo: TimeTicket.max)

Expand Down

0 comments on commit 87fa223

Please sign in to comment.