Skip to content

Commit 11ba855

Browse files
committed
Fix a comment.
1 parent a1970d9 commit 11ba855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SourceControlTests/CheckoutManagerTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class CheckoutManagerTests: XCTestCase {
125125
// We shouldn't have done a new fetch.
126126
XCTAssertEqual(provider.numFetches, 1)
127127

128-
// Manually destroy the manager state, and it still works.
128+
// Manually destroy the manager state, and check it still works.
129129
do {
130130
var manager = CheckoutManager(path: path, provider: provider)
131131
try! removeFileTree(manager.statePath)

0 commit comments

Comments
 (0)