Skip to content

Commit

Permalink
Merge pull request #86 from arangodb/bug-fix/rocksdb-encryption-test-fix
Browse files Browse the repository at this point in the history
fix rocksdb_encryption_test
  • Loading branch information
ObiWahn authored Mar 28, 2018
2 parents 3f35016 + 34414fc commit b171a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rocksdb_encryption_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func TestRocksDBEncryptionSingle(t *testing.T) {
// Wait for deployment to be ready
apiObject, err := waitUntilDeployment(c, depl.GetName(), ns, deploymentIsReady())
if err != nil {
t.Errorf("Deployment not running in time: %v", err)
t.Fatalf("Deployment not running in time: %v", err)
}

// Create database client
Expand Down

0 comments on commit b171a93

Please sign in to comment.