Test data fix

This commit is contained in:
Rustam Vishnyakov
2018-06-06 15:44:16 +03:00
parent 1dacdb7c03
commit e9d34426d0
@@ -1,6 +1,7 @@
// "Create constructor" "true"
public enum ReportType {
AGING("Aging"),;
AGING("Aging"),
;
ReportType(String aging) {
<selection></selection>