mirror of
https://github.com/paralus/paralus.git
synced 2026-08-24 15:47:19 +00:00
style: Fixed Misspells (#223)
Fixed the various misspells which were present in the code pointed out by Go Report Card Fixes #198 Signed-off-by: Kartik-Garg <kartik.garg@infracloud.io>
This commit is contained in:
@@ -106,7 +106,7 @@ func TestMetroDeleteNonExist(t *testing.T) {
|
||||
}
|
||||
_, err := ps.Delete(context.Background(), metro)
|
||||
if err == nil {
|
||||
t.Fatal("deleted non existant metro")
|
||||
t.Fatal("deleted non existent metro")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user