diff options
Diffstat (limited to 'src/test/test_hs_cell.c')
-rw-r--r-- | src/test/test_hs_cell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_hs_cell.c b/src/test/test_hs_cell.c index 9c963bcb16..1686fccee7 100644 --- a/src/test/test_hs_cell.c +++ b/src/test/test_hs_cell.c @@ -106,7 +106,7 @@ test_gen_establish_intro_cell_bad(void *arg) expect_log_msg_containing("Unable to make signature for " "ESTABLISH_INTRO cell."); teardown_capture_of_logs(); - tt_u64_op(cell_len, OP_EQ, -1); + tt_i64_op(cell_len, OP_EQ, -1); done: trn_cell_establish_intro_free(cell); |