Skip to content

Commit

Permalink
Fix device template test
Browse files Browse the repository at this point in the history
  • Loading branch information
ianrumac committed Nov 20, 2024
1 parent 76e65ce commit 71838c6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ class DeviceTemplateTest {
capabilitiesConfig = JsonObject(mapOf("key" to JsonPrimitive("value"))),
platformWrapper = "native",
platformWrapperVersion = "1.0.0",
appVersionPadded = "001.000.000",
)

@Test
Expand Down Expand Up @@ -144,6 +145,7 @@ class DeviceTemplateTest {
capabilitiesConfig = JsonObject(emptyMap()),
platformWrapper = "native",
platformWrapperVersion = "1.0.0",
appVersionPadded = "001.000.000",
)

val dictionary1 = template.toDictionary(json)
Expand Down

0 comments on commit 71838c6

Please sign in to comment.