Skip to content

Commit fb37d88

Browse files
committed
refactors location fixer and test to include "location"
1 parent c057e63 commit fb37d88

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
from ormigrate.fixer import PageFixer, WikiPage
44

55
class LocationFixer(PageFixer):
6+
'''
7+
fixes Locations
8+
'''
69
COUNTRY = "Country"
710
REGION = "State"
811
CITY = "City"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from unittest import TestCase
22

3-
from ormigrate.issue220 import LocationFixer
3+
from ormigrate.issue220_location import LocationFixer
44
from ormigrate.toolbox import HelperFunctions as hf
55

66
class TestLocationFixer(TestCase):

0 commit comments

Comments
 (0)