mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-16 16:05:54 +00:00
Fix uppercase mistake in filename
This commit is contained in:
@@ -50,7 +50,7 @@ class BeReportTest(TestBase):
|
|||||||
file_name = os.path.join(os.getcwd(), Files.datasets_report_excel)
|
file_name = os.path.join(os.getcwd(), Files.datasets_report_excel)
|
||||||
book = load_workbook(file_name)
|
book = load_workbook(file_name)
|
||||||
sheet = book["Datasets"]
|
sheet = book["Datasets"]
|
||||||
self.check_excel_sheet(sheet, "exreport_excel_datasets")
|
self.check_excel_sheet(sheet, "exreport_excel_Datasets")
|
||||||
|
|
||||||
def test_be_report_best(self):
|
def test_be_report_best(self):
|
||||||
stdout, stderr = self.execute_script(
|
stdout, stderr = self.execute_script(
|
||||||
|
Reference in New Issue
Block a user