Skip to content

Commit 66bb048

Browse files
committed
Stabilize Unity iOS Unit test.
1 parent a324f99 commit 66bb048

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • test/MsgPack.UnitTest.Xamarin.iOS/Serialization

test/MsgPack.UnitTest.Xamarin.iOS/Serialization/AotTest.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region -- License Terms --
1+
#region -- License Terms --
22
//
33
// MessagePack for CLI
44
//
@@ -36,6 +36,7 @@ public class AotTest
3636
[TestFixtureSetUp]
3737
public static void SetupFixture()
3838
{
39+
MessagePackSerializer.PrepareType<Timestamp>();
3940
MessagePackSerializer.PrepareCollectionType<byte>();
4041
MessagePackSerializer.PrepareCollectionType<char>();
4142
MessagePackSerializer.PrepareCollectionType<int>();

0 commit comments

Comments
 (0)