refactoring finished

This commit is contained in:
Dmitry Sergeev
2026-09-17 20:42:38 +03:00
parent de4dfcf101
commit e30cb7a168
11 changed files with 92 additions and 48 deletions
+2 -2
View File
@@ -40,8 +40,8 @@ func TestPatternRegistryKeysMatchNames(t *testing.T) {
if pattern.Name != name {
t.Errorf("pattern map key %q does not match pattern name %q", name, pattern.Name)
}
if pattern.kernelPath == "" {
t.Errorf("pattern %q has an empty kernel path", name)
if pattern.kernelSource == "" {
t.Errorf("pattern %q has empty kernel source", name)
}
}
}