Skip to content

Commit 55fc753

Browse files
committed
tests: Fix typo
1 parent bb37393 commit 55fc753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_command_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def timestamp(date):
7777
# This is a dummy test on windows
7878
PRINT_BINARY_FILE_CMD = "type C:\\Windows\\System32\\cmd.exe"
7979
else:
80-
ENCODING = "utf-8"-
80+
ENCODING = "utf-8"
8181
PING_CMD = ["ping", "-c", "4", "127.0.0.1"]
8282
PING_CMD_10S = ["ping", "-c", "10", "127.0.0.1"]
8383
PING_CMD_REDIR = "ping -c 4 127.0.0.1 1>&2"

0 commit comments

Comments
 (0)