Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 39cd5ca

Browse files
committed
remove debug leftover
1 parent 2ceda91 commit 39cd5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ install-deps:
77
.PHONY: test
88
test:
99
@echo " > \033[32mTesting contracts... \033[0m "
10-
truffle test --stacktrace ./test/contractBridge/admin.js
10+
truffle test --stacktrace
1111

1212
compile:
1313
@echo " > \033[32mCompiling contracts... \033[0m "

0 commit comments

Comments
 (0)