Skip to content

Commit a85a609

Browse files
committed
Run go fmt
1 parent 2e7b8b7 commit a85a609

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

transaction_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ func TestPAM_ConfDir_InfoMessage(t *testing.T) {
223223
if err != nil {
224224
t.Fatalf("authenticate #error: %v", err)
225225
}
226-
if infoText != "This is an info message for user " + u.Username + " on echo-service" {
226+
if infoText != "This is an info message for user "+u.Username+" on echo-service" {
227227
t.Fatalf("Unexpected info message: %v", infoText)
228228
}
229229
}
@@ -269,7 +269,7 @@ func TestPAM_ConfDir_PromptForUserName(t *testing.T) {
269269

270270
func TestPAM_ConfDir_WrongUserName(t *testing.T) {
271271
c := Credentials{
272-
User: "wronguser",
272+
User: "wronguser",
273273
Password: "wrongsecret",
274274
}
275275
tx, err := StartConfDir("succeed-if-user-test", "", c, "test-services")

0 commit comments

Comments
 (0)