Skip to content

Commit ecc7d30

Browse files
committed
fmt
1 parent 42d9ba1 commit ecc7d30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coderd/users_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,6 @@ func TestNotifyCreatedUser(t *testing.T) {
683683
require.Equal(t, userAdmin.ID, notifyEnq.Sent[2].UserID)
684684
require.Contains(t, notifyEnq.Sent[2].Targets, member.ID)
685685
require.Equal(t, member.Username, notifyEnq.Sent[2].Labels["user_account_name"])
686-
687686
})
688687
}
689688

0 commit comments

Comments
 (0)