mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
SERVER-41958 fix lint
This commit is contained in:
parent
ee0805b5cc
commit
8709b3cc79
@ -83,7 +83,8 @@
|
||||
lsid: session2.getSessionId(),
|
||||
txnNumber: session2.getTxnNumber_forTesting(),
|
||||
autocommit: false
|
||||
}), ErrorCodes.NoSuchTransaction);
|
||||
}),
|
||||
ErrorCodes.NoSuchTransaction);
|
||||
|
||||
// Allow the test to complete by aborting the left over prepared transaction.
|
||||
jsTestLog("Aborting the prepared transaction on session " + tojson(session1.getSessionId()));
|
||||
|
Loading…
Reference in New Issue
Block a user