Skip to content

Commit caa1465

Browse files
committed
Fix typo
1 parent 59b8b87 commit caa1465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class UnitTesting33Command(ut38.UnitTestingCommand):
6868
"linux-x32": {">3000": ["coverage"]},
6969
"linux-x64": {">3000": ["coverage"]},
7070
"osx-x32": {">3000": ["coverage"]},
71-
"osx-x32": {">3000": ["coverage"]},
71+
"osx-x64": {">3000": ["coverage"]},
7272
"windows-x32": {">3000": ["coverage"]},
7373
"windows-x64": {">3000": ["coverage"]},
7474
}

0 commit comments

Comments
 (0)