Skip to content

Commit 63127f2

Browse files
committed
tests 1
Signed-off-by: Julio Jimenez <julio@clickhouse.com>
1 parent 64dbd99 commit 63127f2

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

license-mappings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,10 @@
304304
"github.com/dustin/go-humanize": "MIT",
305305
"github.com/eapache/channels": "MIT",
306306
"github.com/eapache/queue": "MIT",
307+
"github.com/eapache/queue/v2": "MIT",
307308
"github.com/ebitengine/purego": "Apache-2.0",
309+
"github.com/edsrzf/mmap-go": "BSD-3-Clause",
310+
"github.com/efficientgo/core": "Apache-2.0",
308311
"github.com/felixge/httpsnoop": "MIT",
309312
"github.com/GaijinEntertainment/go-exhaustruct/v3": "MIT",
310313
"github.com/go-faster/city": "MIT",

test/advanced.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ EOF
539539

540540
run sanitize_inputs
541541
[ "$status" -eq 0 ]
542-
[[ "$output" == *"Sanitized REPOSITORY: test-org/test-repo"* ]]
542+
[[ "$output" == "test-org/test-repo" ]]
543543
}
544544

545545
# Test 12: sanitize_inputs processes Mend email correctly

0 commit comments

Comments
 (0)