Skip to content

Commit fd5e952

Browse files
committed
fix taskfile task for relay
Signed-off-by: Zhan Milenkov <instamenta@abv.bg>
1 parent 8e5412a commit fd5e952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ tasks:
178178

179179
test-e2e-relay:
180180
cmds:
181-
- "{{ .test_prefix }}=\"Mocha E2E Block Node Tests\"
181+
- "{{ .test_prefix }}=\"Mocha E2E Relay Tests\"
182182
{{ .reporter_prefix }}='coverage/e2e-relay'
183183
{{ .mocha_bin }} 'test/e2e/commands/relay.test.ts'
184184
{{ .reporter_options_prefix }}-e2e-relay.xml"

0 commit comments

Comments
 (0)