mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-19 11:00:37 +08:00
spell fixes (#19419)
This commit is contained in:
@@ -279,7 +279,7 @@ func TestEmpty(t *testing.T) {
|
||||
require.Len(t, s, 0)
|
||||
|
||||
// normal error case
|
||||
s, err = Collect(Fail[int](fmt.Errorf("unexpeced error")))
|
||||
s, err = Collect(Fail[int](fmt.Errorf("unexpected error")))
|
||||
require.Error(t, err)
|
||||
require.Len(t, s, 0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user