mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fix test class name for mono_time_test.
Was: Util, should be: MonoTime.
This commit is contained in:
parent
a1035cf814
commit
368e7e37bc
|
@ -4,7 +4,7 @@
|
|||
|
||||
namespace {
|
||||
|
||||
TEST(Util, UnixTimeIncreasesOverTime) {
|
||||
TEST(MonoTime, UnixTimeIncreasesOverTime) {
|
||||
Mono_Time *mono_time = mono_time_new();
|
||||
|
||||
mono_time_update(mono_time);
|
||||
|
@ -20,7 +20,7 @@ TEST(Util, UnixTimeIncreasesOverTime) {
|
|||
mono_time_free(mono_time);
|
||||
}
|
||||
|
||||
TEST(Util, IsTimeout) {
|
||||
TEST(MonoTime, IsTimeout) {
|
||||
Mono_Time *mono_time = mono_time_new();
|
||||
|
||||
uint64_t const start = mono_time_get(mono_time);
|
||||
|
|
Loading…
Reference in New Issue
Block a user