mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-08 05:59:14 -04:00
fix: Found and fix review mistakes
This commit is contained in:
@@ -34,8 +34,7 @@ TEST(EnvBlockFormatterTest, FormatProjectEmptyEnv)
|
||||
|
||||
TEST(EnvBlockFormatterTest, FormatFileWithKnownMime)
|
||||
{
|
||||
const QString out
|
||||
= EnvBlockFormatter::formatFile({"/home/dev/myapp/main.cpp", "text/x-c++src"});
|
||||
const QString out = EnvBlockFormatter::formatFile({"/home/dev/myapp/main.cpp", "text/x-c++src"});
|
||||
|
||||
EXPECT_TRUE(out.startsWith("File information:"));
|
||||
EXPECT_TRUE(out.contains("Language:"));
|
||||
|
||||
Reference in New Issue
Block a user