Skip to content

Commit af9db7a

Browse files
committed
tests 1
Signed-off-by: Julio Jimenez <julio@clickhouse.com>
1 parent b10a767 commit af9db7a

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

license-mappings.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,16 @@
516516
"github.com/invopop/jsonschema": "MIT",
517517
"github.com/itchyny/gojq": "MIT",
518518
"github.com/itchyny/timefmt-go": "MIT",
519+
"github.com/jackc/chunkreader/v2": "MIT",
520+
"github.com/jackc/pgconn": "MIT",
521+
"github.com/jackc/pgio": "MIT",
522+
"github.com/jackc/pgpassfile": "MIT",
523+
"github.com/jackc/pgproto3/v2": "MIT",
524+
"github.com/jackc/pgservicefile": "MIT",
525+
"github.com/jackc/pgtype": "MIT",
526+
"github.com/jackc/pgx/v4": "MIT",
527+
"github.com/jackc/pgx/v5": "MIT",
528+
"github.com/jackc/puddle/v2": "MIT",
519529
"github.com/Jeffail/gabs/v2": "MIT",
520530
"github.com/klauspost/compress": "BSD-3-Clause",
521531
"github.com/lufia/plan9stats": "BSD-3-Clause",

test/advanced.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ EOF
923923
@test "sanitize_numeric handles leading zeros" {
924924
run sanitize_numeric "00123" "TEST_FIELD"
925925
[ "$status" -eq 0 ]
926-
[[ "$output" == "00123" ]]
926+
[[ "$output" == "123" ]]
927927
}
928928

929929
# Test 54: sanitize_uuid handles minimum valid length

0 commit comments

Comments
 (0)