Skip to content

Commit

Permalink
fixing test failure
Browse files Browse the repository at this point in the history
Signed-off-by: Rameez Sajwani <[email protected]>
  • Loading branch information
rsajwani committed Jun 28, 2022
1 parent 9f7812a commit 46fde1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/test/endtoend/backup/xtrabackup/xtrabackup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ func TestBackupMainWithError(t *testing.T) {
}

err := backup.TestBackup(t, backup.XtraBackup, "tar", 0, cDetails, []string{"TestPrimaryBackup"})
require.EqualError(t, err, "test failure: TestReplicaBackup")
require.EqualError(t, err, "test failure: TestPrimaryBackup")
}

0 comments on commit 46fde1d

Please sign in to comment.