Skip to content

Commit 865785a

Browse files
committed
Fixed failing test.
1 parent 07f79e2 commit 865785a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

development/refresh_sources.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ git clone --depth=1 --branch=${SELFTESTING_BRANCH:-main} https://github.com/utPL
1212

1313
rm -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
1717
unzip utPLSQL-cli.zip && chmod u+x utPLSQL-cli/bin/utplsql && rm utPLSQL-cli.zip
1818

test/ut3_tester/core/test_output_buffer.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)