Skip to content

Commit b8336da

Browse files
fix env_ut
1 parent 98bc556 commit b8336da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/library/testing/common/env_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ TEST(Runtime, BuildRoot) {
4141
TEST(Runtime, BinaryPath) {
4242
NTesting::TScopedEnvironment contextGuard("YA_TEST_CONTEXT_FILE", ""); // remove context filename
4343
Singleton<NPrivate::TTestEnv>()->ReInitialize();
44-
EXPECT_TRUE(TFsPath(BinaryPath("tests/ut/library/testing/common")).Exists());
44+
EXPECT_TRUE(TFsPath(BinaryPath("tests/unit/library/testing/common")).Exists());
4545
}
4646

4747
TEST(Runtime, GetArcadiaTestsData) {

0 commit comments

Comments
 (0)