Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed May 9, 2024
1 parent f739663 commit 023f764
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OdbDesignTests/CrossPlatformTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ namespace Odb::Test
ASSERT_NE(tm.tm_year, 0);
ASSERT_NE(tm.tm_mon, 0);
ASSERT_NE(tm.tm_mday, 0);
ASSERT_NE(tm.tm_hour, 0);
ASSERT_NE(tm.tm_min, 0);
ASSERT_NE(tm.tm_sec, 0);
//ASSERT_NE(tm.tm_hour, 0);
//ASSERT_NE(tm.tm_min, 0);
//ASSERT_NE(tm.tm_sec, 0);
}
}

0 comments on commit 023f764

Please sign in to comment.