mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
changed misspelled english words (#6432)
This commit is contained in:
@@ -29,7 +29,7 @@ func TestMSSQL_Initialize(t *testing.T) {
|
||||
}
|
||||
|
||||
if !db.Initialized {
|
||||
t.Fatal("Database should be initalized")
|
||||
t.Fatal("Database should be initialized")
|
||||
}
|
||||
|
||||
err = db.Close()
|
||||
@@ -112,7 +112,7 @@ func TestMSSQL_RotateRootCredentials(t *testing.T) {
|
||||
}
|
||||
|
||||
if !connProducer.Initialized {
|
||||
t.Fatal("Database should be initalized")
|
||||
t.Fatal("Database should be initialized")
|
||||
}
|
||||
|
||||
newConf, err := db.RotateRootCredentials(context.Background(), nil)
|
||||
|
||||
Reference in New Issue
Block a user