Skip to content

Commit c063eab

Browse files
committed
fix test class name
1 parent d5f1a6a commit c063eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_chapter_16_javascript.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from book_tester import ChapterTest
55

66

7-
class Chapter14Test(ChapterTest):
7+
class Chapter16Test(ChapterTest):
88
chapter_name = "chapter_16_javascript"
99
previous_chapter = "chapter_15_advanced_forms"
1010

0 commit comments

Comments
 (0)