Skip to content

Commit 897fe78

Browse files
committed
updated to oatpp-test new API
1 parent 64e7340 commit 897fe78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/test/tests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ class Test : public oatpp::test::UnitTest {
1111
Test() : oatpp::test::UnitTest("[MyTest]")
1212
{}
1313

14-
bool onRun() override {
14+
void onRun() override {
1515
OATPP_LOGD(TAG, "Hello Test");
16-
return true;
16+
// TODO write correct tests
1717
}
1818
};
1919

0 commit comments

Comments
 (0)