aboutsummaryrefslogtreecommitdiff
path: root/chksum/chksum_test.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-07-16 22:48:24 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-07-16 22:48:24 +0200
commit2fc8e0aeed3b36b20864a9eeba2bf08c806dcd5c (patch)
tree8939d90ca2cda9bc46e3f2f0826a09a3d7e31865 /chksum/chksum_test.go
parentf85e0d461fe80fe929eb5d82d9fec07eff810a93 (diff)
bikeshadding
Diffstat (limited to 'chksum/chksum_test.go')
-rw-r--r--chksum/chksum_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/chksum/chksum_test.go b/chksum/chksum_test.go
index 3155d23..60a547e 100644
--- a/chksum/chksum_test.go
+++ b/chksum/chksum_test.go
@@ -10,7 +10,7 @@ func TestParseFile(t *testing.T) {
{"testdata/SHA1"},
{"testdata/SHA256"},
{"testdata/SHA512"},
- {"testdata/SUM"},
+ {"testdata/mixed"},
}
for _, tc := range testCases {
t.Run(tc.file, func(t *testing.T) {