Update CI build matrix & fix some lint
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user