Skip to content
Snippets Groups Projects
Commit 6b20f975 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5031 Fix od cosntant refernece in GrpcUserSettingsTestFactory

parent e65b95da
Branches
Tags
No related merge requests found
......@@ -31,7 +31,7 @@ public class GrpcUserSettingsTestFactory {
public static final boolean VORGANG_CREATED = UserSettingsTestFactory.VORGANG_CREATED;
public static final boolean VORGANG_ASSIGNED_TO_USER = UserSettingsTestFactory.VORGANG_ASSIGNED_TO_USER;
public static final boolean POSTFACH_NACHRICHT_FROM_ANTRAGSTELLER = UserSettingsTestFactory.POSTFACH_NACHRICHT_FROM_ANTRAGSTELLER;
public static final boolean WIEDERVORLAGE_DUE_TODAY = UserSettingsTestFactory.WIEDERVORLAGE_OVERDUE;
public static final boolean WIEDERVORLAGE_DUE_TODAY = UserSettingsTestFactory.WIEDERVORLAGE_DUE_TODAY;
public static GrpcUserSettings create() {
return createBuilder().build();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment