Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganquigley committed Jul 24, 2024
1 parent c258c31 commit 9e1c7b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/SmoldotSwiftTests/SmoldotSwiftTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ final class SmoldotSwiftTests: XCTestCase {
}
*/

func testRemoveChain() throws {
/*func testRemoveChain() throws {
try Client.shared.add(chain: &chain)
try Client.shared.remove(chain: &chain)
XCTAssertFalse( chain.isValid )
}

*/
func testRemoveChainNotAdded() throws {
XCTAssertThrowsError( try Client.shared.remove(chain: &chain) )
}
Expand Down

0 comments on commit 9e1c7b3

Please sign in to comment.