Skip to content

Commit

Permalink
fix test_CASE.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-kC committed May 5, 2024
1 parent 83fb0f2 commit 14c4a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_systems/test_CASE.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ TEST(CASESystemTesting, test_vn_start_time)
.max_regen_torque = AMK_MAX_TORQUE,
.max_torque = AMK_MAX_TORQUE,
};
CASESystem case_system(&faked_msg_q, 100, 70, case_config);
CASESystem case_system(&faked_msg_q, 100, 70, 550, case_config);
}

0 comments on commit 14c4a28

Please sign in to comment.