Skip to content

Commit

Permalink
Better test name
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Aug 2, 2023
1 parent 1178c02 commit ac2853c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/mrc/tests/test_pipeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ TEST_F(TestPipeline, TwoSegment)
LOG(INFO) << "Done" << std::endl;
}

TEST_F(TestPipeline, InconsistentPipeline)
TEST_F(TestPipeline, SegmentInitErrorHandling)
{
// Test to reproduce issue #360
auto pipeline = mrc::make_pipeline();
Expand Down

0 comments on commit ac2853c

Please sign in to comment.