Skip to content

Commit

Permalink
feat: module loading improvements
Browse files Browse the repository at this point in the history
* Removed test until dependency has been uploaded
  • Loading branch information
Im-Fran committed Oct 4, 2023
1 parent f49cb5d commit 9964949
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import java.security.MessageDigest

internal class DependencyTest {

@Test
/*@Test
fun `test download filesmodule from sonatype nexus repository`(){
val repo = Repository("https://s01.oss.sonatype.org/content/groups/public/")
val dependency = Dependency("xyz.theprogramsrc", "filesmodule", "0.4.0-SNAPSHOT", "b2694614259c3f1793ac1cf762262328")
Expand All @@ -20,5 +20,5 @@ internal class DependencyTest {
val md5 = MessageDigest.getInstance("MD5").digest(file.readBytes()).joinToString("") { String.format("%02x", it) }
assertEquals("b2694614259c3f1793ac1cf762262328", md5)
}
}
}*/
}

0 comments on commit 9964949

Please sign in to comment.