Skip to content

Commit 4cb2401

Browse files
author
Milla Samuel
committed
Different prefix
1 parent c1ce709 commit 4cb2401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/test_operator_backups/operator_backup_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ var _ = Describe("Operator Backup", Label("e2e", "pr"), func() {
104104
})
105105

106106
It("should restore the cluster successfully with a restorable version", func() {
107-
var prefix byte = 'a'
107+
var prefix byte = 'b'
108108
var keyValues []fixtures.KeyValue = fdbCluster.GenerateRandomValues(10, prefix)
109109
fdbCluster.WriteKeyValues(keyValues)
110110
var restorableVersion uint64 = backup.WaitForRestorableVersion(fdbCluster.GetClusterVersion())

0 commit comments

Comments
 (0)