Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7d72da3

Browse files
committed
Merge branch 'main' into githubteams
2 parentsbe40fa8 +dc58d1b commit7d72da3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎cli/logout_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func TestLogout(t *testing.T) {
4141
assert.NoFileExists(t,string(config.Session()))
4242
}()
4343

44-
pty.ExpectMatch("Are you sure you want tologout?")
44+
pty.ExpectMatch("Are you sure you want tolog out?")
4545
pty.WriteLine("yes")
4646
pty.ExpectMatch("You are no longer logged in. You can log in using 'coder login <url>'.")
4747
<-logoutChan
@@ -186,7 +186,7 @@ func TestLogout(t *testing.T) {
186186
assert.Regexp(t,errRegex,err.Error())
187187
}()
188188

189-
pty.ExpectMatch("Are you sure you want tologout?")
189+
pty.ExpectMatch("Are you sure you want tolog out?")
190190
pty.WriteLine("yes")
191191
<-logoutChan
192192
})

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp