Skip to content

Commit

Permalink
test: fixed test name
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed Jun 28, 2023
1 parent 2b4ed93 commit 34a9494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/src/command_runner_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ void main() {
);
});

test('can be instantiated with optional parameters', () {
test('can be instantiated without optional parameters', () {
expect(
() => VeryGoodCommandRunner(logger: logger),
returnsNormally,
Expand Down
2 changes: 1 addition & 1 deletion test/src/commands/update_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ void main() {
);

group('update', () {
test('can be instantiated with optional parameters', () {
test('can be instantiated without optional parameters', () {
expect(
() => UpdateCommand(logger: Logger()),
returnsNormally,
Expand Down

0 comments on commit 34a9494

Please sign in to comment.