Skip to content

Commit

Permalink
Update docc convert unit test to work with relative --checkout-path
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony-Eid committed May 30, 2024
1 parent be84a97 commit 4f99743
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class ConvertSubcommandSourceRepositoryTests: XCTestCase {
sourceService: sourceService,
sourceServiceBaseURL: "https://example.com/path/to/base"
) { action in
XCTAssertEqual(action.sourceRepository?.checkoutPath, "checkout path")
XCTAssertEqual(action.sourceRepository?.checkoutPath, "/private/tmp/checkout%20path")
XCTAssertEqual(action.sourceRepository?.sourceServiceBaseURL.absoluteString, "https://example.com/path/to/base")
}
}
Expand Down

0 comments on commit 4f99743

Please sign in to comment.