Fix bad rebase

Apparently I can't git...
This commit is contained in:
Seth Vargo
2017-09-21 20:51:12 -04:00
parent 50caac0bb6
commit be7c31f695
7 changed files with 328 additions and 403 deletions

View File

@@ -32,14 +32,14 @@ func TestStatusCommand_Run(t *testing.T) {
"unsealed",
nil,
false,
"Sealed: false",
"Sealed false",
0,
},
{
"sealed",
nil,
true,
"Sealed: true",
"Sealed true",
2,
},
{