Skip to content

Commit

Permalink
alex-courtis#138 assert_double_equal is not available on CI cmocka, r…
Browse files Browse the repository at this point in the history
…evert to assert_float_equal
  • Loading branch information
alex-courtis committed Nov 28, 2023
1 parent 53fef68 commit 098f4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tst/tst-mode.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ void mode_dpi__(void **state) {

double actual = mode_dpi(&mode);

assert_double_equal(actual, expected, 0);
assert_float_equal(actual, expected, 0);
}

int main(void) {
Expand Down

0 comments on commit 098f4be

Please sign in to comment.