Skip to content

Commit 6f18b36

Browse files
committed
Remove test
1 parent 08d2807 commit 6f18b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter-18/starships/views/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<th></th>
5353
</thead>
5454
<tr>
55-
<td><input type="text" name="name" id="name" placeholder="USS Enterprise" value="hello" /></td>
55+
<td><input type="text" name="name" id="name" placeholder="USS Enterprise" /></td>
5656
<td><input type="number" name="speed" id="speed" class="number" placeholder="Between 1-9" step="1" max="9" min="1" /></td>
5757
<td><input type="number" name="phasers" id="phasers" class="number" placeholder="Between 1-100" step="1" min="1" max="100" /></td>
5858
<td><input type="number" name="torpedoes" id="torpedoes" class="number" placeholder="Between 1-255" step="1" min="1" max="255" /></td>

0 commit comments

Comments
 (0)