Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed Mar 14, 2024
1 parent 7d6e1b0 commit e66e490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pysam_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_adjustment_factors():
adj.sf_timeindex = [0]
adj.export()

def test_pyssc(execution_number):
def test_pyssc():
var = ssc.var_create()
ssc.var_set_value(var, 0)
assert int(ssc.var_get_number(var)) == 0
Expand Down

0 comments on commit e66e490

Please sign in to comment.