Skip to content

Commit

Permalink
fix: Remove erroneous INBOX create in TestListSpecialUseAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
LBeernaertProton committed Oct 7, 2022
1 parent bb92d12 commit 49c1929
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ func TestListWildcards(t *testing.T) {

func TestListSpecialUseAttributes(t *testing.T) {
runOneToOneTestWithAuth(t, defaultServerOptions(t, withDelimiter(".")), func(c *testConnection, s *testSession) {
s.mailboxCreated("user", []string{"INBOX"})
s.mailboxCreatedWithAttributes("user", []string{"Koncepty"}, imap.NewFlagSet(imap.AttrDrafts))
s.mailboxCreatedWithAttributes("user", []string{"Odeslane"}, imap.NewFlagSet(imap.AttrSent))
s.mailboxCreatedWithAttributes("user", []string{"S hvezdickou"}, imap.NewFlagSet(imap.AttrFlagged))
Expand Down

0 comments on commit 49c1929

Please sign in to comment.