Browse Source

fix: 更新单元测试名称

research/10.0
alan 6 years ago
parent
commit
fe1e00b2f8
  1. 2
      src/modules/__test__/app.test.ts

2
src/modules/__test__/app.test.ts

@ -9,7 +9,7 @@ const connection = {
/** /**
* test_author_alan * test_author_alan
*/ */
test('DEC-11030', () => { test('DEC-11030 拼接url', () => {
expect(splitUrl('localhost', '22', 'dbname', 'jdbc:pivotal:greenplum://hostname:port;dbname')).toEqual('jdbc:pivotal:greenplum://localhost:22;dbname'); expect(splitUrl('localhost', '22', 'dbname', 'jdbc:pivotal:greenplum://hostname:port;dbname')).toEqual('jdbc:pivotal:greenplum://localhost:22;dbname');
}); });

Loading…
Cancel
Save