Skip to content

Commit

Permalink
Fixed string literal in RecordThenPlaybackTests.TestAttachments tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bibigone committed Sep 24, 2019
1 parent 9fb18cf commit 3a8c1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion K4AdotNet.Tests.Record/RecordThenPlaybackTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public void TestAttachments()
var deviceTimestamp0 = Microseconds64.FromMilliseconds(1.0);
var deviceTimestamp1 = Microseconds64.FromMilliseconds(7.7);

var attachment1Name = "đóńńęčĺ áóęâű 'çäĺńü' ěîćíî";
var attachment1Name = "\ud182\ud0b5\ud181\ud182 \ud0ba\ud0be\ud0b4\ud0b8\ud180\ud0be\ud0b2\ud0ba\ud0b8";
var attachment1Data = new byte[] { 1, 255, 0, 8, 7, 254, 128, 3, 127, 65, 179 };

var attachment2Name = "another_attachment.file";
Expand Down

0 comments on commit 3a8c1f4

Please sign in to comment.