From 9e1c7b3460ff39008e9a8b109cabe459e0fdbd5f Mon Sep 17 00:00:00 2001 From: Keegan | W3F Date: Wed, 24 Jul 2024 15:17:26 -0400 Subject: [PATCH] test --- Tests/SmoldotSwiftTests/SmoldotSwiftTests.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/SmoldotSwiftTests/SmoldotSwiftTests.swift b/Tests/SmoldotSwiftTests/SmoldotSwiftTests.swift index 4ed1642..1921100 100644 --- a/Tests/SmoldotSwiftTests/SmoldotSwiftTests.swift +++ b/Tests/SmoldotSwiftTests/SmoldotSwiftTests.swift @@ -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) ) }