Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c7c2cad

Browse files
typos corrected
1 parent 796a3d5 commit c7c2cad

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

test/core/expectations/test_expect_not_to_be_null.pkb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ is
3737
ut.expect(anydata.convertCollection(ut3.ut_expectation_processor.get_failed_expectations())).to_be_empty();
3838
end;
3939

40-
procedure blob_0_lengt
40+
procedure blob_0_length
4141
is
4242
begin
4343
--Act
@@ -65,7 +65,7 @@ is
6565
end;
6666

6767

68-
procedure clob_0_lengt
68+
procedure clob_0_length
6969
is
7070
begin
7171
--Act

test/core/expectations/test_expect_not_to_be_null.pks

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ is
1616
procedure blob_not_null;
1717

1818
--%test(Gives success for blob with length 0)
19-
procedure blob_0_lengt;
19+
procedure blob_0_length;
2020

2121
--%test(Gives success for not null boolean)
2222
procedure boolean_not_null;
@@ -25,7 +25,7 @@ is
2525
procedure clob_not_null;
2626

2727
--%test(Gives success for clob with length 0)
28-
procedure clob_0_lengt;
28+
procedure clob_0_length;
2929

3030
--%test(Gives success for not null date)
3131
procedure date_not_null;

test/core/expectations/test_expect_to_be_not_null.pkb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ is
3737
ut.expect(anydata.convertCollection(ut3.ut_expectation_processor.get_failed_expectations())).to_be_empty();
3838
end;
3939

40-
procedure blob_0_lengt
40+
procedure blob_0_length
4141
is
4242
begin
4343
--Act
@@ -65,7 +65,7 @@ is
6565
end;
6666

6767

68-
procedure clob_0_lengt
68+
procedure clob_0_length
6969
is
7070
begin
7171
--Act

test/core/expectations/test_expect_to_be_not_null.pks

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ is
1616
procedure blob_not_null;
1717

1818
--%test(Gives success for blob with length 0)
19-
procedure blob_0_lengt;
19+
procedure blob_0_length;
2020

2121
--%test(Gives success for not null boolean)
2222
procedure boolean_not_null;
@@ -25,7 +25,7 @@ is
2525
procedure clob_not_null;
2626

2727
--%test(Gives success for clob with length 0)
28-
procedure clob_0_lengt;
28+
procedure clob_0_length;
2929

3030
--%test(Gives success for not null date)
3131
procedure date_not_null;

0 commit comments

Comments
 (0)