Skip to content

Commit c6af97a

Browse files
committed
Fix typo in the makefile
1 parent aef8c57 commit c6af97a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ run-unit-tests: lint .tox
2424
tox -e py3
2525

2626
.PHONY: run-integration-tests
27-
run-unit-tests: lint .tox
27+
run-integration-tests: lint .tox
2828
tox -e integration
2929

3030
.PHONY: run-all-tests

0 commit comments

Comments
 (0)