Skip to content

Commit

Permalink
Tests: Replace keys in SU3FileSpec.scala with new keys
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Jul 19, 2024
1 parent 8212f79 commit 2de39dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/java/test/scalatest/net/i2p/crypto/SU3FileSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class SU3FileSpec extends FunSpec with Matchers {
}

describe("SU3File") {
val certFileUrl = getClass.getResource("/meeh_at_mail.i2p.crt")
val certFileUrl = getClass.getResource("/reseed_at_diva.exchange.crt")
val certFile = new File(certFileUrl.toURI)

val seedFileUrl = getClass.getResource("/i2pseeds.su3")
Expand Down

0 comments on commit 2de39dd

Please sign in to comment.