Skip to content

Commit

Permalink
Update test_common.py
Browse files Browse the repository at this point in the history
  • Loading branch information
george0st committed Dec 31, 2023
1 parent f0fd127 commit fece8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_setup_str(self):
["qgate-sln-mlrun-private.env", "qgate-sln-mlrun.env"])
print(str(stp))

def test_basic_scenarios(self):
def test_scenarios_name_desc(self):
stp = setup.Setup("0-size-100",
["qgate-sln-mlrun-private.env", "qgate-sln-mlrun.env"])
out = output.Output(stp, [output.Output.DEFAULT_TEMPLATE_HTML, output.Output.DEFAULT_TEMPLATE_TXT])
Expand Down

0 comments on commit fece8b2

Please sign in to comment.