Skip to content

Commit

Permalink
test: Adapt test for ULongArray data type
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrylo committed Mar 18, 2024
1 parent eb26b5e commit f3c5147
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class VssNodeSpecModelTest : BehaviorSpec({
then("it should have the correct inline class data type") {
val propertySpec = classSpec.propertySpecs.find { it.name == "dataType" }

propertySpec?.getter.toString() shouldContain "kotlin.LongArray::class"
propertySpec?.getter.toString() shouldContain "kotlin.ULongArray::class"
}
}
}
Expand Down

0 comments on commit f3c5147

Please sign in to comment.