aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/user_ut.cpp
blob: 4f8a5ce2efc7a8b5e2d8a235d4550c0b09c57393 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include "user.h"

#include <library/cpp/testing/unittest/registar.h>

Y_UNIT_TEST_SUITE(TestUser) {
    Y_UNIT_TEST(TestNotEmpty) {
        UNIT_ASSERT(GetUsername());
    }
}