Skip to content

Commit dfa6cd4

Browse files
authored
Fix an outdated comment (#560)
Update lock_manager_test.cpp
1 parent 5ffdf0c commit dfa6cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/concurrency/lock_manager_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void TableLockTest1() {
7575
EXPECT_EQ(i, txns[i]->GetTransactionId());
7676
}
7777

78-
/** Each transaction takes an S lock on every table and then unlocks */
78+
/** Each transaction takes an X lock on every table and then unlocks */
7979
auto task = [&](int txn_id) {
8080
bool res;
8181
for (const table_oid_t &oid : oids) {

0 commit comments

Comments
 (0)