Skip to content
Snippets Groups Projects
Unverified Commit ad086ab3 authored by Maximilian Lenkeit's avatar Maximilian Lenkeit Committed by GitHub
Browse files

chore: update ppdd parameters of default app config (#2385)

parent e7070f40
No related branches found
No related tags found
No related merge requests found
No preview for this file type
827fb746a1128e465d65ec77030fdf38c823dec593ae18aed55195069cf8b701 12d0b93c0c02c6870ef75c173a53a8ffb9cab6828fbf22e751053329c425eef2
\ No newline at end of file \ No newline at end of file
...@@ -47,7 +47,7 @@ class DefaultAppConfigSanityCheck : BaseTest() { ...@@ -47,7 +47,7 @@ class DefaultAppConfigSanityCheck : BaseTest() {
fun `current default matches checksum`() { fun `current default matches checksum`() {
val config = context.assets.open(configName).readBytes() val config = context.assets.open(configName).readBytes()
val sha256 = context.assets.open(checkSumName).readBytes().toString(Charsets.UTF_8) val sha256 = context.assets.open(checkSumName).readBytes().toString(Charsets.UTF_8)
sha256 shouldBe "827fb746a1128e465d65ec77030fdf38c823dec593ae18aed55195069cf8b701" sha256 shouldBe "12d0b93c0c02c6870ef75c173a53a8ffb9cab6828fbf22e751053329c425eef2"
config.toSHA256() shouldBe sha256 config.toSHA256() shouldBe sha256
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment