fix InspectionProfileTest

This commit is contained in:
Vladimir Krivosheev
2016-06-07 12:11:47 +02:00
parent 6f7e79592a
commit 20f3ab0cd8
@@ -453,7 +453,7 @@ public class InspectionProfileTest extends LightIdeaTestCase {
}
private static InspectionProfileImpl createProfile(@NotNull InspectionToolRegistrar registrar) {
InspectionProfileImpl base = new InspectionProfileImpl("Base", registrar, InspectionProfileManager.getInstance());
InspectionProfileImpl base = new InspectionProfileImpl("Base", registrar, InspectionProfileManager.getInstance(), null, null);
return new InspectionProfileImpl("Foo", registrar, InspectionProfileManager.getInstance(), base, null);
}