Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
FloatingCrowbar committed Mar 5, 2024
1 parent e367b83 commit 4105093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/services/persqueue_v1/persqueue_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6722,7 +6722,7 @@ Y_UNIT_TEST_SUITE(TPersQueueTest) {
}
UNIT_ASSERT(writeStream1->Read(&resp));
Cerr << "===Got response: " << resp.ShortDebugString() << Endl;
UNIT_ASSERT(resp.status() == Ydb::StatusIds::BAD_REQUEST);
UNIT_ASSERT(resp.status() == Ydb::StatusIds::SUCCESS);
}
{
grpc::ClientContext rcontext1;
Expand Down

0 comments on commit 4105093

Please sign in to comment.