Skip to content

Commit

Permalink
fixed the problem caused by the new unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
kerryjiang committed Aug 31, 2024
1 parent 1f17983 commit 4db0163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SuperSocket.Tests/CommandTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ public void ResetTask()
}
}

public class DOUBLE : IAsyncCommand<StringPackageInfo>
class DOUBLE : IAsyncCommand<StringPackageInfo>
{
private readonly DataStore _dataStore;

Expand Down

0 comments on commit 4db0163

Please sign in to comment.