Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
amika-sq committed Jan 8, 2024
1 parent f622180 commit 14c0171
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tests/tbDEXTests/Dids/DidDocumentTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import XCTest

final class DidDocumentTests: XCTestCase {


func test_embeddedVerifiationMethod() {
let value = EmbeddedOrReferencedVerificationMethod.embedded(TestData.verificationMethod)
XCTAssertEqual(value.dereferenced(with: TestData.didDocument), TestData.verificationMethod)
Expand All @@ -22,7 +21,6 @@ final class DidDocumentTests: XCTestCase {

}


private enum TestData {

static let verificationMethod = VerificationMethod(
Expand Down

0 comments on commit 14c0171

Please sign in to comment.