From 9cbe00b93ca9d6faab03125c011b40fc3a6e57aa Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Sun, 8 Mar 2020 23:16:13 -0400 Subject: [PATCH] !fixup rename fields --- tests/test_fields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_fields.py b/tests/test_fields.py index 47b4f18..622f8d9 100644 --- a/tests/test_fields.py +++ b/tests/test_fields.py @@ -13,7 +13,7 @@ class DemoEnum(enum.Enum): DEATH = "star" YAVIN = 4 DARTH = "vader" - FIGHERS = ["xwing", "ywing", "awing"] + FIGHTERS = ["xwing", "ywing", "awing"] LUKE_SKYWALKER = "jedi-knight"