Skip to content

Commit 177e5d0

Browse files
committed
Fix test name
1 parent 91b592e commit 177e5d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/test/transaction.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ function testTx<T extends Transaction> (transactionName: string, newTransaction:
353353
expect(result._watermarks).toEqual({ high: 700, low: 300 })
354354
})
355355

356-
it('should wait begin message be sent', async () => {
356+
it('should wait until begin message be sent', async () => {
357357
const connection = newFakeConnection()
358358
const tx = newTransaction({
359359
connection
@@ -406,7 +406,7 @@ function testTx<T extends Transaction> (transactionName: string, newTransaction:
406406
}
407407
})
408408

409-
it('should wait begin message be sent', async () => {
409+
it('should wait until begin message be sent', async () => {
410410
const connection = newFakeConnection()
411411
const tx = newTransaction({
412412
connection

0 commit comments

Comments
 (0)