mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-10 12:23:22 +08:00
Fix typo
This commit is contained in:
@@ -2,7 +2,7 @@ import optuna
|
||||
from playwright.sync_api import Page
|
||||
|
||||
|
||||
def test_history_xaxis_datetime_start_click(
|
||||
def test_history_xaxis_click(
|
||||
page: Page,
|
||||
storage: optuna.storages.InMemoryStorage,
|
||||
server_url: str,
|
||||
@@ -33,4 +33,4 @@ def test_history_xaxis_datetime_start_click(
|
||||
assert element is not None
|
||||
title = element.text_content()
|
||||
assert title is not None
|
||||
assert study_name in title
|
||||
assert study_name in title
|
||||
|
||||
Reference in New Issue
Block a user