Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro-neal committed Jul 30, 2024
1 parent 92515b5 commit 97a57c5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions bound/kt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<kotlin.jvm.target>11</kotlin.jvm.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<version.mockk>1.13.11</version.mockk>
</properties>

<dependencies>
Expand Down Expand Up @@ -59,12 +58,6 @@
<version>5.10.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.mockk</groupId>
<artifactId>mockk-jvm</artifactId>
<version>${version.mockk}</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package web5.sdk.dids.methods.web
import org.junit.jupiter.api.Test

class DidWebTests {

@Test
fun `can resolve did web uri`() {
// Works if you host a local did web document You must host this json at http://localhost:1234/.well-known/did.json
Expand Down

0 comments on commit 97a57c5

Please sign in to comment.