Skip to content

Commit

Permalink
which err is this
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianna-chang-shopify committed Jun 7, 2023
1 parent 80d608e commit 773c548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/blocking_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,7 @@ TEST test_blocking_stmt_execute_year()
trilogy_stmt_t stmt;

int err = trilogy_stmt_prepare(&conn, query, strlen(query), &stmt);
printf("err: %d\n", err);
ASSERT_OK(err);

ASSERT_EQ(0, stmt.parameter_count);
Expand Down

0 comments on commit 773c548

Please sign in to comment.