Skip to content

Commit 39dc90d

Browse files
committed
updated to oatpp-test new API
1 parent 92e3796 commit 39dc90d

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)