Skip to content

Commit

Permalink
Fix compliation error
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramd committed Nov 25, 2024
1 parent b7bdc69 commit 75319be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittest/proxylib/TestSai.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ TEST(Sai, dbgGenerateDump)

auto thread = std::make_shared<std::thread>(fun,proxy);

const std::string dirPath = "/var/log/dbgGenerateDumpTest/testDump.log";
const std::string filePath = "/var/log/dbgGenerateDumpTest/testDump.log";

EXPECT_EQ(SAI_STATUS_SUCCESS, sai.dbgGenerateDump(filePath.c_str()));

Expand Down

0 comments on commit 75319be

Please sign in to comment.