Skip to content

Commit

Permalink
Change argument name to better reflect behavior.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcarroll committed Oct 8, 2018
1 parent 325a1c9 commit f9d3614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/msg_cache_unittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ TEST(Cache, easySurroundingInterval)
}


std::shared_ptr<Msg const> buildMsg(int32_t time, int data)
std::shared_ptr<Msg const> buildMsg(int32_t seconds, int data)
{
Msg* msg = new Msg ;
msg->data = data ;
Expand Down

0 comments on commit f9d3614

Please sign in to comment.