1
0
Fork 0
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:
Steffen Vogel 2017-05-07 15:49:40 +02:00
parent b60f679162
commit a87cad471d

View file

@ -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++)