diff options
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 6be678f..84ebb4a 100644 --- a/transaction_test.go +++ b/transaction_test.go @@ -175,7 +175,7 @@ func TestPAM_007(t *testing.T) { } func TestItem(t *testing.T) { - tx, err := StartFunc("passwd", "test", func(s Style, msg string) (string, error) { + tx, _ := StartFunc("passwd", "test", func(s Style, msg string) (string, error) { return "", nil }) |