diff options
author | Michael Steinert <[email protected]> | 2015-04-10 15:04:52 -0500 |
---|---|---|
committer | Michael Steinert <[email protected]> | 2015-04-10 15:04:52 -0500 |
commit | 61a0e177d2a43782d85903991f69632f93687b68 (patch) | |
tree | d951cc7e3b0039691245704b39187c2f6a49ef96 /transaction_test.go | |
parent | b60415a968bbb616686b2db0690338b176c643d7 (diff) |
Fix golint warnings
Diffstat (limited to 'transaction_test.go')
-rw-r--r-- | transaction_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/transaction_test.go b/transaction_test.go index 16dc8ad..c53667a 100644 --- a/transaction_test.go +++ b/transaction_test.go @@ -164,7 +164,7 @@ func TestPAM_007(t *testing.T) { } err = tx.Authenticate(0) if err == nil { - t.Fatalf("authenticate #expected an error", err) + t.Fatalf("authenticate #expected an error") } s := err.Error() if len(s) == 0 { |