Skip to content

Commit 45fab8d

Browse files
committed
test: another one
1 parent 38d90c3 commit 45fab8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration/transactions-convenient-api/transactions-convenient-api.spec.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ const SKIPPED_TESTS = [
1414
'withTransaction still succeeds if callback commits and runs extra op',
1515
'withTransaction commits after callback returns (second transaction)',
1616
'withTransaction commits after callback returns',
17-
'withTransaction and no transaction options set'
17+
'withTransaction and no transaction options set',
18+
'withTransaction inherits transaction options from defaultTransactionOptions'
1819
];
1920

2021
describe('Transactions Convenient API Spec Unified Tests', function () {

0 commit comments

Comments
 (0)