Skip to content

Commit

Permalink
fix(test): change task signature to complete test
Browse files Browse the repository at this point in the history
  • Loading branch information
asv-soft-u03 committed Sep 20, 2024
1 parent 943f20f commit 441951a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public async Task Client_request_compatibility_server_respond_it()
var origin = new HashSet<AsvRsgaCustomMode>(Enum.GetValues<AsvRsgaCustomMode>());
serverEx.GetCompatibility = () => origin;
var originMode = AsvRsgaCustomMode.AsvRsgaCustomModeTxGp;
serverEx.SetMode = async (mode, param2, param3, param4, param5, param6, param7, cancel) =>
serverEx.SetMode = async (mode, cancel) =>
{
Assert.Equal(originMode,mode);
return MavResult.MavResultAccepted;
Expand Down

0 comments on commit 441951a

Please sign in to comment.