aboutsummaryrefslogtreecommitdiffstats
path: root/dec_test.go
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-11-11 11:43:11 -0800
committerRose Hogenson <rosehogenson@posteo.net>2025-11-11 11:43:11 -0800
commit3b1839e979b843ed5c305970d3e5c61816f06a31 (patch)
treed1c8fc7aae799e5d2643fd37b2a9be75f5fb7f11 /dec_test.go
parentbd8bb1246cdad558fca64fdcf6af343905746e29 (diff)
downloadsym-main.tar.zst
Add some comments and fix gofmtHEADmain
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)
}