aboutsummaryrefslogtreecommitdiffstats
path: root/dec_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'dec_test.go')
-rw-r--r--dec_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/dec_test.go b/dec_test.go
index b06c722..ea73cd0 100644
--- a/dec_test.go
+++ b/dec_test.go
@@ -169,8 +169,8 @@ func TestDecCmd_Run_Stdin(t *testing.T) {
gotContentBuf := new(bytes.Buffer)
if err := (&decCmd{
password: password,
- stdin: bytes.NewReader(encrypted.Bytes()),
- stdout: gotContentBuf,
+ stdin: bytes.NewReader(encrypted.Bytes()),
+ stdout: gotContentBuf,
}).run(); err != nil {
t.Fatalf("run failed: %s", err)
}