mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-30 10:09:19 -04:00
fix: Remove isUserSource from tests
This commit is contained in:
@@ -98,7 +98,7 @@ TEST(AgentLoaderTest, UserAgentCollidingWithBundledNameIsRejected)
|
||||
const AgentConfig *cfg = findConfig(result, QStringLiteral("A"));
|
||||
ASSERT_NE(cfg, nullptr);
|
||||
EXPECT_EQ(cfg->description, QStringLiteral("base"));
|
||||
EXPECT_FALSE(cfg->isUserSource());
|
||||
EXPECT_TRUE(cfg->sourcePath.startsWith(bundled.path()));
|
||||
}
|
||||
|
||||
TEST(AgentLoaderTest, HiddenIsNotInherited)
|
||||
|
||||
Reference in New Issue
Block a user