Skip to content

Commit

Permalink
Aktualisieren von test_serial.h
Browse files Browse the repository at this point in the history
  • Loading branch information
JoJos1220 authored Nov 12, 2024
1 parent cda10cd commit d699605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_serial.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ namespace SerialTest
Verify(Method(ArduinoFake(Serial), flush)).Once();
Verify(Method(ArduinoFake(Serial), end)).Once();

Verify(OverloadedMethod(ArduinoFake(Serial), setDebugOutput, void(bool)).Using(true)).Once();
Verify(Method(ArduinoFake(Serial), setDebugOutput)).Once();
}

void run_tests()
Expand Down

0 comments on commit d699605

Please sign in to comment.