We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98bc556 commit b8336daCopy full SHA for b8336da
tests/unit/library/testing/common/env_ut.cpp
@@ -41,7 +41,7 @@ TEST(Runtime, BuildRoot) {
41
TEST(Runtime, BinaryPath) {
42
NTesting::TScopedEnvironment contextGuard("YA_TEST_CONTEXT_FILE", ""); // remove context filename
43
Singleton<NPrivate::TTestEnv>()->ReInitialize();
44
- EXPECT_TRUE(TFsPath(BinaryPath("tests/ut/library/testing/common")).Exists());
+ EXPECT_TRUE(TFsPath(BinaryPath("tests/unit/library/testing/common")).Exists());
45
}
46
47
TEST(Runtime, GetArcadiaTestsData) {
0 commit comments