Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinten Van Damme authored Nov 13, 2022
1 parent 9afbeb2 commit 7614f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ get_packages:

run_unit: get_packages ## Runs unit tests
@echo "Running dart test..."
@flutter test || (echo "Error while running tests"; exit 1)
@dart test || (echo "Error while running tests"; exit 1)

format:
@echo "Formatting the code"
Expand Down

0 comments on commit 7614f83

Please sign in to comment.