Skip to content

Commit

Permalink
Proper mocking.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Sep 20, 2017
1 parent 9af61df commit a548d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ksp_plugin_test/mock_vessel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class MockVessel : public Vessel {

MOCK_METHOD0(DeleteFlightPlan, void());

MOCK_METHOD1(UpdatePrediction, void(Instant const& last_time));
MOCK_METHOD1(FlowPrediction, void(Instant const& last_time));

MOCK_CONST_METHOD0(psychohistory, DiscreteTrajectory<Barycentric> const&());
MOCK_CONST_METHOD0(psychohistory_is_authoritative, bool());
Expand Down

0 comments on commit a548d22

Please sign in to comment.