File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ git clone --depth=1 --branch=${SELFTESTING_BRANCH:-main} https://github.com/utPL
1212
1313rm -rf utPLSQL-cli/*
1414# download latest release version of utPLSQL-cli
15- curl -Lk -o utPLSQL-cli.zip https://github.com/utPLSQL/utPLSQL-cli/releases/download/v ${UTPLSQL_CLI_VERSION} /utPLSQL-cli.zip
15+ curl -Lk -o utPLSQL-cli.zip https://github.com/utPLSQL/utPLSQL-cli/releases/download/${UTPLSQL_CLI_VERSION} /utPLSQL-cli.zip
1616# unzip utPLSQL-cli and remove the zip file
1717unzip utPLSQL-cli.zip && chmod u+x utPLSQL-cli/bin/utplsql && rm utPLSQL-cli.zip
1818
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ create or replace package body test_output_buffer is
3838 l_buffer ut3_develop.ut_output_buffer_base;
3939 begin
4040 l_buffer := ut3_develop.ut_output_clob_table_buffer();
41- ut.expect( l_buffer.get_lines_cursor(0.1,0 ) ).to_be_empty();
41+ ut.expect( l_buffer.get_lines_cursor(0.1) ).to_be_empty();
4242 end;
4343
4444 procedure test_doesnt_send_on_null_text is
You can’t perform that action at this time.
0 commit comments