Skip to content

Commit

Permalink
Fixed a typo in the function name
Browse files Browse the repository at this point in the history
  • Loading branch information
radhakrishnatg committed Feb 11, 2025
1 parent 20cb943 commit 9ccc276
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def test_get_operation_blocks_rep_days(dummy_data):


@pytest.mark.unit
def test_get_opreation_vars(dummy_data):
def test_get_operation_vars(dummy_data):
"""Tests the _get_operation_vars method"""
m = PriceTakerModel()
m.append_lmp_data(lmp_data=dummy_data)
Expand Down

0 comments on commit 9ccc276

Please sign in to comment.