Skip to content

Commit 654525c

Browse files
committed
add: fix test with ` around DVC command
1 parent 781314d commit 654525c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/func/test_add.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def test_warn_about_large_directories(self):
9292
"You are adding a large directory 'large-dir' recursively,"
9393
" consider tracking it as a whole instead.\n"
9494
"{purple}HINT:{nc} Remove the generated DVC-file and then"
95-
" run {cyan}dvc add large-dir{nc}".format(
95+
" run `{cyan}dvc add large-dir{nc}`".format(
9696
purple=colorama.Fore.MAGENTA,
9797
cyan=colorama.Fore.CYAN,
9898
nc=colorama.Style.RESET_ALL,

0 commit comments

Comments
 (0)