Skip to content

Commit

Permalink
#59 fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylDohner committed Nov 10, 2023
1 parent 6bb2701 commit 3a8b9cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/format/formats/test_cutdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_terminal_output_string():

class TestCutDown(CheckFormat):

def get_format(self):
def get_format_class(self):
return CutDown

def get_good_format_params(self):
Expand Down
2 changes: 1 addition & 1 deletion tests/format/formats/test_ping_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_terminal_output_string_ack():

class TestPing(CheckFormat):

def get_format(self):
def get_format_class(self):
return Ping

def get_good_format_params(self):
Expand Down
2 changes: 1 addition & 1 deletion tests/format/formats/test_valve.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_terminal_output_string():

class TestValve(CheckFormat):

def get_format(self):
def get_format_class(self):
return Valve

def get_good_format_params(self):
Expand Down

0 comments on commit 3a8b9cd

Please sign in to comment.