Remove . from test case for TestTitleSurvey
This commit is contained in:
parent
13ab02729b
commit
14acbe00a9
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ func TestTitleSurvey(t *testing.T) {
|
|||
assert.NoError(t, err)
|
||||
assert.Equal(t, tt.expectedTitle, state.Title)
|
||||
if tt.expectStderr {
|
||||
assert.Equal(t, "X Title cannot be blank.\n", stderr.String())
|
||||
assert.Equal(t, "X Title cannot be blank\n", stderr.String())
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue