Skip to content

Commit

Permalink
test(led): rename poweredLedsCount group
Browse files Browse the repository at this point in the history
  • Loading branch information
albertms10 committed Dec 2, 2022
1 parent d9d91a6 commit be842b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/grid_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ void main() {
});
});

group('.poweredLeds', () {
group('.poweredLedsCount', () {
test('returns the number of powered LEDs in the grid', () {
final grid = Grid(1000)
..turnOn(const Point(887, 9), const Point(959, 629))
Expand Down

0 comments on commit be842b4

Please sign in to comment.