Skip to content

Commit

Permalink
Renaem
Browse files Browse the repository at this point in the history
  • Loading branch information
bannzai committed Jan 15, 2025
1 parent 30e1fd1 commit a679e99
Show file tree
Hide file tree
Showing 6 changed files with 104 additions and 104 deletions.
36 changes: 18 additions & 18 deletions test/entity/pill_sheet_group_display_domain_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ void main() {
pillSheetTypeReferencePath: sheetType.rawPath,
),
);
final pillShee$2 = PillSheet(
final pillSheet2 = PillSheet(
id: firestoreIDGenerator(),
beginingDate: DateTime.parse("2020-09-29"),
lastTakenDate: null,
Expand All @@ -261,7 +261,7 @@ void main() {
// created at and id are anything value
final pillSheetGroup = PillSheetGroup(
pillSheetIDs: ["sheet_id", "sheet_id2"],
pillSheets: [pillSheet, pillShee$2],
pillSheets: [pillSheet, pillSheet2],
pillSheetAppearanceMode: PillSheetAppearanceMode.number,
createdAt: now(),
);
Expand Down Expand Up @@ -609,7 +609,7 @@ void main() {
pillSheetTypeReferencePath: sheetType.rawPath,
),
);
final pillShee$2 = PillSheet(
final pillSheet2 = PillSheet(
id: firestoreIDGenerator(),
beginingDate: DateTime.parse("2020-09-29"),
lastTakenDate: null,
Expand All @@ -625,7 +625,7 @@ void main() {
// created at and id are anything value
final pillSheetGroup = PillSheetGroup(
pillSheetIDs: ["sheet_id", "sheet_id2"],
pillSheets: [pillSheet, pillShee$2],
pillSheets: [pillSheet, pillSheet2],
pillSheetAppearanceMode: PillSheetAppearanceMode.number,
createdAt: now(),
);
Expand Down Expand Up @@ -657,7 +657,7 @@ void main() {
pillSheetTypeReferencePath: sheetType.rawPath,
),
);
final pillShee$2 = PillSheet(
final pillSheet2 = PillSheet(
id: firestoreIDGenerator(),
beginingDate: DateTime.parse("2020-09-29"),
lastTakenDate: null,
Expand All @@ -673,7 +673,7 @@ void main() {
// created at and id are anything value
final pillSheetGroup = PillSheetGroup(
pillSheetIDs: ["sheet_id", "sheet_id2"],
pillSheets: [pillSheet, pillShee$2],
pillSheets: [pillSheet, pillSheet2],
createdAt: now(),
displayNumberSetting: const PillSheetGroupDisplayNumberSetting(beginPillNumber: 10),
pillSheetAppearanceMode: PillSheetAppearanceMode.number,
Expand Down Expand Up @@ -739,7 +739,7 @@ void main() {
pillSheetTypeReferencePath: sheetType.rawPath,
),
);
final pillShee$2 = PillSheet(
final pillSheet2 = PillSheet(
id: firestoreIDGenerator(),
beginingDate: DateTime.parse("2020-09-29"),
lastTakenDate: null,
Expand All @@ -755,7 +755,7 @@ void main() {
// created at and id are anything value
final pillSheetGroup = PillSheetGroup(
pillSheetIDs: ["sheet_id", "sheet_id2"],
pillSheets: [pillSheet, pillShee$2],
pillSheets: [pillSheet, pillSheet2],
createdAt: now(),
displayNumberSetting: const PillSheetGroupDisplayNumberSetting(endPillNumber: 40),
pillSheetAppearanceMode: PillSheetAppearanceMode.number,
Expand Down Expand Up @@ -787,7 +787,7 @@ void main() {
pillSheetTypeReferencePath: sheetType.rawPath,
),
);
final pillShee$2 = PillSheet(
final pillSheet2 = PillSheet(
id: firestoreIDGenerator(),
beginingDate: DateTime.parse("2020-09-29"),
lastTakenDate: null,
Expand All @@ -803,7 +803,7 @@ void main() {
// created at and id are anything value
final pillSheetGroup = PillSheetGroup(
pillSheetIDs: ["sheet_id", "sheet_id2"],
pillSheets: [pillSheet, pillShee$2],
pillSheets: [pillSheet, pillSheet2],
createdAt: now(),
displayNumberSetting: const PillSheetGroupDisplayNumberSetting(beginPillNumber: 10, endPillNumber: 40),
pillSheetAppearanceMode: PillSheetAppearanceMode.number,
Expand Down Expand Up @@ -1152,7 +1152,7 @@ void main() {
pillSheetTypeReferencePath: sheetType.rawPath,
),
);
final pillShee$2 = PillSheet(
final pillSheet2 = PillSheet(
id: firestoreIDGenerator(),
beginingDate: DateTime.parse("2020-09-29"),
lastTakenDate: null,
Expand All @@ -1168,7 +1168,7 @@ void main() {
// created at and id are anything value
final pillSheetGroup = PillSheetGroup(
pillSheetIDs: ["sheet_id", "sheet_id2"],
pillSheets: [pillSheet, pillShee$2],
pillSheets: [pillSheet, pillSheet2],
createdAt: now(),
pillSheetAppearanceMode: PillSheetAppearanceMode.number,
);
Expand Down Expand Up @@ -1200,7 +1200,7 @@ void main() {
pillSheetTypeReferencePath: sheetType.rawPath,
),
);
final pillShee$2 = PillSheet(
final pillSheet2 = PillSheet(
id: firestoreIDGenerator(),
beginingDate: DateTime.parse("2020-09-29"),
lastTakenDate: null,
Expand All @@ -1216,7 +1216,7 @@ void main() {
// created at and id are anything value
final pillSheetGroup = PillSheetGroup(
pillSheetIDs: ["sheet_id", "sheet_id2"],
pillSheets: [pillSheet, pillShee$2],
pillSheets: [pillSheet, pillSheet2],
createdAt: now(),
displayNumberSetting: const PillSheetGroupDisplayNumberSetting(beginPillNumber: 10),
pillSheetAppearanceMode: PillSheetAppearanceMode.number,
Expand Down Expand Up @@ -1248,7 +1248,7 @@ void main() {
pillSheetTypeReferencePath: sheetType.rawPath,
),
);
final pillShee$2 = PillSheet(
final pillSheet2 = PillSheet(
id: firestoreIDGenerator(),
beginingDate: DateTime.parse("2020-09-29"),
lastTakenDate: null,
Expand All @@ -1264,7 +1264,7 @@ void main() {
// created at and id are anything value
final pillSheetGroup = PillSheetGroup(
pillSheetIDs: ["sheet_id", "sheet_id2"],
pillSheets: [pillSheet, pillShee$2],
pillSheets: [pillSheet, pillSheet2],
createdAt: now(),
displayNumberSetting: const PillSheetGroupDisplayNumberSetting(endPillNumber: 40),
pillSheetAppearanceMode: PillSheetAppearanceMode.number,
Expand Down Expand Up @@ -1296,7 +1296,7 @@ void main() {
pillSheetTypeReferencePath: sheetType.rawPath,
),
);
final pillShee$2 = PillSheet(
final pillSheet2 = PillSheet(
id: firestoreIDGenerator(),
beginingDate: DateTime.parse("2020-09-29"),
lastTakenDate: null,
Expand All @@ -1312,7 +1312,7 @@ void main() {
// created at and id are anything value
final pillSheetGroup = PillSheetGroup(
pillSheetIDs: ["sheet_id", "sheet_id2"],
pillSheets: [pillSheet, pillShee$2],
pillSheets: [pillSheet, pillSheet2],
createdAt: now(),
displayNumberSetting: const PillSheetGroupDisplayNumberSetting(beginPillNumber: 10, endPillNumber: 40),
pillSheetAppearanceMode: PillSheetAppearanceMode.number,
Expand Down
Loading

0 comments on commit a679e99

Please sign in to comment.