Skip to content

Commit bcee99f

Browse files
committed
feat: modiy decimal case ip
1 parent 94d81e7 commit bcee99f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nodejs/test/bulkPulling/decimal.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import logger, { setLevel } from "../../src/common/log"
66
import { TMQConstants } from "../../src/tmq/constant";
77
import { WsConsumer } from "../../src/tmq/wsTmq";
88

9-
let dns = 'ws://192.168.2.156:6041'
9+
let dns = 'ws://localhost:6041'
1010
let createTopic = `create topic if not exists topic_decimal_test as select * from power.decimal_test`
1111
let dropTopic = `DROP TOPIC IF EXISTS topic_decimal_test;`
1212
setLevel("debug")

0 commit comments

Comments
 (0)