Skip to content

Commit

Permalink
Update Test_IMaaController.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
moomiji committed Aug 7, 2024
1 parent 35a8423 commit 35e79eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MaaFramework.Binding.UnitTests/Test_IMaaController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ public static void CleanUpClass()
[DataRow(AdbControllerTypes.ScreencapEncodeToFile)]
[DataRow(AdbControllerTypes.ScreencapMinicapDirect)]
[DataRow(AdbControllerTypes.ScreencapMinicapStream)]
public void TestAction(AdbControllerTypes screencap)
public void TestAction(AdbControllerTypes sc)
{
using var native = new MaaAdbController(
Common.AdbPath,
Common.Address,
AdbControllerTypes.InputPresetAdb | AdbControllerTypes.screencap,
AdbControllerTypes.InputPresetAdb | sc,
Common.AdbConfig,
Common.AgentPath);

Expand Down

0 comments on commit 35e79eb

Please sign in to comment.