mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
hist: fix unit test
This commit is contained in:
parent
b60f679162
commit
a87cad471d
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ Test(hist, simple) {
|
|||
struct hist h;
|
||||
int ret;
|
||||
|
||||
ret = hist_init(&h, -100, 100, 1);
|
||||
ret = hist_init(&h, 0, 0);
|
||||
cr_assert_eq(ret, 0);
|
||||
|
||||
for (int i = 0; i < ARRAY_LEN(test_data); i++)
|
||||
|
|
Loading…
Add table
Reference in a new issue