Skip to content

Commit

Permalink
Init events field
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom0Brien committed Apr 10, 2024
1 parent d86a6af commit c66361a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/individual/TimeTravelFrozen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class TestReactor : public test_util::TestBase<TestReactor, 5000> {
double rtf = 1.0;

// Events
std::vector<std::string> events;
std::vector<std::string> events = {};

TestReactor(std::unique_ptr<NUClear::Environment> environment) : TestBase(std::move(environment), false) {

Expand Down

0 comments on commit c66361a

Please sign in to comment.