Skip to content

Commit 4db0163

Browse files
committed
fixed the problem caused by the new unit test
1 parent 1f17983 commit 4db0163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SuperSocket.Tests/CommandTest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ public void ResetTask()
514514
}
515515
}
516516

517-
public class DOUBLE : IAsyncCommand<StringPackageInfo>
517+
class DOUBLE : IAsyncCommand<StringPackageInfo>
518518
{
519519
private readonly DataStore _dataStore;
520520

0 commit comments

Comments
 (0)