From a5ca118bbff04bd61b96722dffd31dc6273b0f6e Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Wed, 11 May 2022 08:51:18 +0200 Subject: [PATCH] Test: rename (#499) --- test/webhost/TestTutorial.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/webhost/TestTutorial.py b/test/webhost/TestTutorial.py index 78d619d3..f6bfc830 100644 --- a/test/webhost/TestTutorial.py +++ b/test/webhost/TestTutorial.py @@ -2,8 +2,8 @@ import unittest from worlds.AutoWorld import AutoWorldRegister -class TestBase(unittest.TestCase): - def testCreateItem(self): +class TestTutorial(unittest.TestCase): + def testHasTutorial(self): import WebHost tutorials_data = WebHost.create_ordered_tutorials_file() games_with_tutorial = set(entry["gameTitle"] for entry in tutorials_data)