Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe committed Apr 9, 2024
1 parent d516577 commit fd58db6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions impl/internal/did/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,6 @@ func TestClient(t *testing.T) {
t.Logf("time to put and get: %s", since)
}

func TestGet(t *testing.T) {
client, err := NewGatewayClient("https://diddht.tbddev.org")
require.NoError(t, err)
require.NotNil(t, client)

gotDID, _, _, err := client.GetDIDDocument("did:dht:uqaj3fcr9db6jg6o9pjs53iuftyj45r46aubogfaceqjbo6pp9sy")
assert.NoError(t, err)
assert.NotNil(t, gotDID)
}

func TestClientInvalidGateway(t *testing.T) {
g, err := NewGatewayClient("\n")
assert.Error(t, err)
Expand Down

0 comments on commit fd58db6

Please sign in to comment.