Browse Source

fix merger test

tags/v2.6.2
SmallChi(Koike) 2 years ago
parent
commit
690612eb8f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/JT808.Protocol.Test/JT808SerializerTest.cs

+ 1
- 1
src/JT808.Protocol.Test/JT808SerializerTest.cs View File

@@ -50,7 +50,7 @@ namespace JT808.Protocol.Test
[Fact]
public void MergerTest()
{
var config = new DefaultGlobalConfig();
var config = new DefaultGlobalConfig("merge");
config.EnableAutoMerge = true;
config.AutoMergeTimeoutSecond = 5;
var array = new[]


Loading…
Cancel
Save