File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def initialize():
28
28
29
29
# Yeah, technically it's Corellian. But it flew in the service of the rebels,
30
30
# so for the purposes of this demo it's a rebel ship.
31
- falcon = Ship (id = "4" , name = "Millenium Falcon" , faction = rebels )
31
+ falcon = Ship (id = "4" , name = "Millennium Falcon" , faction = rebels )
32
32
falcon .save ()
33
33
34
34
homeOne = Ship (id = "5" , name = "Home One" , faction = rebels )
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def test_mutations():
40
40
{"node" : {"id" : "U2hpcDox" , "name" : "X-Wing" }},
41
41
{"node" : {"id" : "U2hpcDoy" , "name" : "Y-Wing" }},
42
42
{"node" : {"id" : "U2hpcDoz" , "name" : "A-Wing" }},
43
- {"node" : {"id" : "U2hpcDo0" , "name" : "Millenium Falcon" }},
43
+ {"node" : {"id" : "U2hpcDo0" , "name" : "Millennium Falcon" }},
44
44
{"node" : {"id" : "U2hpcDo1" , "name" : "Home One" }},
45
45
{"node" : {"id" : "U2hpcDo5" , "name" : "Peter" }},
46
46
]
You can’t perform that action at this time.
0 commit comments