Skip to content

Commit

Permalink
fix: 🚨 Refactor test_CIReport function name to test_ci_report
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselmoo committed Feb 18, 2024
1 parent c8d0b27 commit 168e452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spectrafit/test/test_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def test_fit_report_init_error_cases(inpars: List[Any], exception: Exception) ->
({}, True, 5, pd.DataFrame(), "4"),
],
)
def test_CIReport(
def test_ci_report(
ci: Dict[str, List[Any]],
with_offset: bool,
ndigits: int,
Expand Down

0 comments on commit 168e452

Please sign in to comment.