Skip to content

Commit 1949e92

Browse files
committed
kafe says this will work
1 parent f70be3b commit 1949e92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CoreOSC.Tests/IntegrationTest.TestBundle.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
]
2020
}
2121
],
22-
TimeTag: 17070499113117679616,
22+
TimeTag: 9484228971521376255,
2323
Timestamp: DateTime_1
2424
}

CoreOSC.Tests/IntegrationTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public async Task TestBundle(CancellationToken ct)
4949
using var sender1 = new OscSender(endpoint);
5050
var msg1 = new OscMessage("/test/address1", 23, 42.42f, "hello world", new byte[] { 2, 3, 4 });
5151
var msg2 = new OscMessage("/test/address2", 34, 24.24f, "hello again", new byte[] { 5, 6, 7, 8, 9 });
52-
var dt = Utils.DateTimeToTimeTag(TestDate);
52+
var dt = Utils.DateTimeToTimeTag(DateTime.MaxValue);
5353
var bundle = new OscBundle(dt, msg1, msg2);
5454

5555
await sender1.SendAsync(bundle);

0 commit comments

Comments
 (0)