Skip to content

Commit 36237d6

Browse files
committed
Fixed lint issue
Signed-off-by: Jaehyun Kim <[email protected]>
1 parent c2432a7 commit 36237d6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/dbSta/test/cpp/TestDbSta.cc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77

88
#include "gtest/gtest.h"
99
#include "odb/db.h"
10+
#include "sta/NetworkClass.hh"
1011
#include "tst/IntegratedFixture.h"
1112

12-
namespace rsz {
13+
namespace sta {
1314

1415
class TestDbSta : public tst::IntegratedFixture
1516
{
@@ -60,4 +61,4 @@ TEST_F(TestDbSta, TestIsConnected)
6061
ASSERT_TRUE(bool_return);
6162
}
6263

63-
} // namespace rsz
64+
} // namespace sta

0 commit comments

Comments
 (0)