Skip to content

Commit ddd6681

Browse files
committed
candid formatting
1 parent c8b8a4d commit ddd6681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

motoko/daily_planner/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ upgrade: build
2626
.SILENT: test
2727
test: install
2828
dfx canister call backend fetchAndStoreOnThisDay '("2025-01-01")' \
29-
| grep '(variant {ok="data successfully obtained and stored for date: 2025-01-01"})' && echo 'PASS'
29+
| grep '(variant { ok = "data successfully obtained and stored for date: 2025-01-01" })' && echo 'PASS'
3030

3131
.PHONY: clean
3232
.SILENT: clean

0 commit comments

Comments
 (0)