Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix some comments #411

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions benchmarks/imaptest/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func newScenario(c caseConfig, settingName string, s settingsConfig, port int) (
sc.timeout = time.Duration(secs) * 2 * time.Second
}

// coomon arguments
// common arguments
sc.imaptestParams = []string{
"host=127.0.0.1",
fmt.Sprintf("port=%d", port),
Expand Down Expand Up @@ -251,7 +251,7 @@ func TestHasIMAPTestAnError(t *testing.T) {
want, wantWithIgnore bool
}{
{
given: `Error: uknown error
given: `Error: unknown error
This is not an error
Error: [email protected][510]: Message UID=76 has \Recent flag in multiple sessions: 510 and 511: * 76 FETCH (FLAGS (\Answered \Deleted \Draft \Recent))
Logi List Stat Sele Fetc Fet2 Stor Dele Expu Appe Logo
Expand Down
2 changes: 1 addition & 1 deletion tests/search_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ func TestSearchOr(t *testing.T) {
c.OK("A004")

// 1:50 are deleted, seen or draft.
c.C("A004 search or or deleted seen draft")
c.C("A004 search or deleted seen draft")
c.S("* SEARCH " + seq(1, 50))
c.OK("A004")

Expand Down