Skip to content

Commit

Permalink
Fix fingerprint for test/complex test
Browse files Browse the repository at this point in the history
  • Loading branch information
lfittl committed Mar 18, 2021
1 parent 0aff57e commit 232682e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/complex.c
Original file line number Diff line number Diff line change
Expand Up @@ -10324,7 +10324,7 @@ const char* query = "select ? as field_id \
union all select ? \
union all select ?";

const char *fingerprint = "5b2a153d1a1f76c8";
const char *fingerprint = "fc5a0500dddc25aa";

int main() {
size_t i;
Expand Down

0 comments on commit 232682e

Please sign in to comment.