Skip to content

Commit

Permalink
Changed Test OverloadedMethod from size_t(bool) to void(bool)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoJos1220 committed Nov 12, 2024
1 parent 41cdf8d commit cda10cd
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, size_t(bool)).Using(true)).Once();
Verify(OverloadedMethod(ArduinoFake(Serial), setDebugOutput, void(bool)).Using(true)).Once();
}

void run_tests()
Expand Down

0 comments on commit cda10cd

Please sign in to comment.