Skip to content

Commit 304201f

Browse files
committed
fix test
1 parent dd53afd commit 304201f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

google/cloud/spanner/client_test.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ TEST(ClientTest, CommitMutatorSuccess) {
457457
auto conn = std::make_shared<MockConnection>();
458458
Transaction txn = MakeReadWriteTransaction(); // placeholder
459459
Connection::ReadParams actual_read_params{txn, {}, {}, {}, {},
460-
{}, {}, {}, {}};
460+
{}, {}, {}, {}, {}};
461461
Connection::CommitParams actual_commit_params{txn, {}, {}};
462462

463463
auto source = std::make_unique<MockResultSetSource>();
@@ -507,7 +507,7 @@ TEST(ClientTest, CommitMutatorRollback) {
507507
auto conn = std::make_shared<MockConnection>();
508508
Transaction txn = MakeReadWriteTransaction(); // placeholder
509509
Connection::ReadParams actual_read_params{txn, {}, {}, {}, {},
510-
{}, {}, {}, {}};
510+
{}, {}, {}, {}, {}};
511511

512512
auto source = std::make_unique<MockResultSetSource>();
513513
auto constexpr kText = R"pb(
@@ -550,7 +550,7 @@ TEST(ClientTest, CommitMutatorRollbackError) {
550550
auto conn = std::make_shared<MockConnection>();
551551
Transaction txn = MakeReadWriteTransaction(); // placeholder
552552
Connection::ReadParams actual_read_params{txn, {}, {}, {}, {},
553-
{}, {}, {}, {}};
553+
{}, {}, {}, {}, {}};
554554

555555
auto source = std::make_unique<MockResultSetSource>();
556556
auto constexpr kText = R"pb(

0 commit comments

Comments
 (0)