Skip to content

Commit bd458b0

Browse files
anarchuserxeruf
authored andcommitted
test(sdk): ensure that SlotDescriptor gets deserialised correctly
1 parent 45b81c6 commit bd458b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

socha-sdk/src/test/sc/shared/SlotDescriptorTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class SlotDescriptorTest : StringSpec({
2626

2727
(descriptors zip XMLs).forAll {
2828
xstream.toXML(it.first) shouldBe it.second
29+
xstream.fromXML(it.second).toString() shouldBe it.first.toString()
2930
}
3031
}
3132
})

0 commit comments

Comments
 (0)