Skip to content

Commit

Permalink
Merge pull request #135 from kishikawakatsumi/refactor
Browse files Browse the repository at this point in the history
Refactor
  • Loading branch information
kishikawakatsumi authored Sep 18, 2024
2 parents 7bbeef3 + 12d3c20 commit dd4e5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/SMBClientTests/SessionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ final class SessionTests: XCTestCase {
try await session.treeConnect(path: "Alice Share")

let response = try await session.echo()
print(response)
XCTAssertTrue(NTStatus(response.header.status) == .success)

try await session.treeDisconnect()
try await session.logoff()
Expand Down

0 comments on commit dd4e5c5

Please sign in to comment.