Skip to content

Commit b42f7a3

Browse files
Tweak to engines_tested in test location
1 parent cda3410 commit b42f7a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

data/launchpads.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
state: 'Texas',
88
size_acres: 4000,
99
year_built: 2003,
10-
engines_tested: {
11-
engine_1: 'Merlin',
12-
engine_2: 'Draco'
13-
},
10+
engines_tested: [
11+
'Merlin",
12+
'Draco'
13+
],
1414
yearly_tests: 400,
1515
daily_tests: 2
1616
}

0 commit comments

Comments
 (0)