Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nakagami committed May 8, 2024
1 parent ef3346e commit b9b3b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/efirebirdsql_tests.erl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ create_test_tables(C) ->
)
">>),
ok = efirebirdsql:execute(C, <<"insert into foo(a, b, c, h0, h1) values (?,?,?,?,?)">>, [1, <<"b">>, <<"c">>, nil, <<"blob">>]),
ok = efirebirdsql:execute(C, <<"insert into foo(a, b, c, h1, k) values (?,?,?,?)">>, [2, <<"B">>, <<"C">>, <<"BLOB">>, 123456780000000000]),
ok = efirebirdsql:execute(C, <<"insert into foo(a, b, c, h1, k) values (?,?,?,?,?)">>, [2, <<"B">>, <<"C">>, <<"BLOB">>, 123456780000000000]),

ok = efirebirdsql:execute(C, <<"
CREATE PROCEDURE foo_proc
Expand Down

0 comments on commit b9b3b50

Please sign in to comment.