Skip to content
Snippets Groups Projects
Unverified Commit 564d8180 authored by harambasicluka's avatar harambasicluka Committed by GitHub
Browse files

Default app config update (DEV) (#2828)

parent 74e23450
No related branches found
No related tags found
No related merge requests found
No preview for this file type
f10bbfb50eae9f304114bded52972832346279776e9b43f9fdf1a39557497119
\ No newline at end of file
b20b5e0e71cfee791c91d922720aa363300e758da44e2ef375a5df1e7fe7cb50
\ No newline at end of file
......@@ -37,7 +37,7 @@ class DefaultAppConfigTest : BaseTest() {
fun `current default matches checksum`() {
val config = context.assets.open(configName).readBytes()
val sha256 = context.assets.open(checkSumName).readBytes().toString(Charsets.UTF_8)
sha256 shouldBe "f10bbfb50eae9f304114bded52972832346279776e9b43f9fdf1a39557497119"
sha256 shouldBe "b20b5e0e71cfee791c91d922720aa363300e758da44e2ef375a5df1e7fe7cb50"
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