mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-14 14:48:49 +00:00
Travis test fix
This commit is contained in:
parent
69efb818f4
commit
c157272945
@ -1,10 +1,8 @@
|
||||
import pytest
|
||||
from thefuck.rules.apt_upgrade import get_new_command, match
|
||||
from thefuck.rules.pacman import get_new_command, match
|
||||
from thefuck.types import Command
|
||||
|
||||
good_output = """community/shared_meataxe 1.0-3
|
||||
A set of programs for working with matrix representations over finite fields
|
||||
"""
|
||||
good_output = "community/shared_meataxe 1.0-3\n A set of programs for working with matrix representations over finite fields\n "
|
||||
|
||||
bad_output = "error: invalid option '-s'"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user