Skip to content

Commit

Permalink
fix missing arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
jlatusek committed Dec 7, 2023
1 parent e9119d8 commit 3308a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_driver/openiotsdk/unit-tests/main/main_ns.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ int main()
return EXIT_FAILURE;
}

testing::InitGoogleTest();
testing::InitGoogleTest(nullptr, nullptr);

ChipLogAutomation("Open IoT SDK unit-tests start");

Expand Down

0 comments on commit 3308a3a

Please sign in to comment.