Skip to content

Commit

Permalink
fix test stability
Browse files Browse the repository at this point in the history
  • Loading branch information
ban-nobuhiro committed Jun 14, 2024
1 parent e48ed06 commit f261110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shirakami/test/TransactionTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ TEST_F(ShirakamiTransactionTest, recent_call_result_ltx) {
std::atomic_bool called = false;
StatusCode st2{};
ASSERT_FALSE(tx1->commit([&](auto s, auto, auto){
called = true;
st2 = s;
called = true;
}));
{
auto ri = tx1->recent_call_result();
Expand Down

0 comments on commit f261110

Please sign in to comment.