We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1970d9 commit 11ba855Copy full SHA for 11ba855
Tests/SourceControlTests/CheckoutManagerTests.swift
@@ -125,7 +125,7 @@ class CheckoutManagerTests: XCTestCase {
125
// We shouldn't have done a new fetch.
126
XCTAssertEqual(provider.numFetches, 1)
127
128
- // Manually destroy the manager state, and it still works.
+ // Manually destroy the manager state, and check it still works.
129
do {
130
var manager = CheckoutManager(path: path, provider: provider)
131
try! removeFileTree(manager.statePath)
0 commit comments