Skip to content

Commit 10ccc6e

Browse files
committed
Minor test case name change
Signed-off-by: Jaehyun Kim <[email protected]>
1 parent 66dadb6 commit 10ccc6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dbSta/test/cpp/TestDbSta.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class TestDbSta : public tst::IntegratedFixture
2222
}
2323
};
2424

25-
TEST_F(TestDbSta, TestIsConnected)
25+
TEST_F(TestDbSta, TestHierarchyConnectivity)
2626
{
2727
std::string test_name = "TestDbSta_0";
2828
readVerilogAndSetup(test_name + ".v");

0 commit comments

Comments
 (0)