summaryrefslogtreecommitdiff
path: root/tests/controller.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/controller.cc')
-rw-r--r--tests/controller.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/controller.cc b/tests/controller.cc
index a2f8e7d..e3b9f3c 100644
--- a/tests/controller.cc
+++ b/tests/controller.cc
@@ -43,7 +43,7 @@ TEST_CASE_METHOD(
gprs = this->ct->get_gprs();
- CHECK(this->ct->get_clock_cycle() == 0);
+ CHECK(this->ct->get_clock_cycle() == 1);
CHECK(std::all_of(
gprs.begin(), gprs.end(), [](int value) { return value == 0; }));
// change me later