Skip to content

Commit

Permalink
reverted test as well
Browse files Browse the repository at this point in the history
  • Loading branch information
noha committed Nov 20, 2023
1 parent 6cd1431 commit 7c455f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ SoilPrimitiveSerializationTest >> testSerializationScaledDecimal [
serialized := SoilSerializer serializeToBytes: object.

self assert: (serialized at: 1) equals: TypeCodeScaledDecimal.
self assert: serialized equals: #[9 5 10 1 2].
self assert: serialized equals: #[9 10 1 2].
materialized := SoilMaterializer materializeFromBytes: serialized.
self assert: materialized class equals: ScaledDecimal.
self assert: materialized equals: object
Expand Down

0 comments on commit 7c455f7

Please sign in to comment.