Skip to content

Commit 378ad92

Browse files
committed
Better test suite name
1 parent 25d1971 commit 378ad92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/internal/url-util.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import urlUtil from '../../src/v1/internal/url-util';
2121
import {DEFAULT_PORT} from '../../src/v1/internal/ch-config';
2222

23-
describe('url', () => {
23+
describe('url-util', () => {
2424

2525
it('should parse URL with just host name', () => {
2626
verifyUrl('localhost', {

0 commit comments

Comments
 (0)