fix: Change expected name in test

This commit is contained in:
Petr Mironychev 2025-03-27 00:41:28 +01:00
parent d58ff90458
commit 5808a892c1

View File

@ -330,7 +330,7 @@ TEST_F(LLMClientInterfaceTest, cancelRequest)
TEST_F(LLMClientInterfaceTest, ServerDeviceTemplate)
{
EXPECT_EQ(m_client->serverDeviceTemplate().toFSPathString(), "Qode Assist");
EXPECT_EQ(m_client->serverDeviceTemplate().toFSPathString(), "QodeAssist");
}
} // namespace QodeAssist