Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
bannzai committed Jan 15, 2025
1 parent b0e4a5d commit 5101bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/entity/pill_sheet_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ void main() {
expect(model.isBegan, false);
});
});
group("#lastTakenPillNumber", () {
group("#lastTakenOrZeroPillNumber", () {
test("未服用の場合は0になる", () {
final mockTodayRepository = MockTodayService();
todayRepository = mockTodayRepository;
Expand Down

0 comments on commit 5101bc4

Please sign in to comment.