Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Priya Bibra <pbibra@slack-corp.com>
  • Loading branch information
pbibra committed Jul 21, 2023
1 parent 76db721 commit c1024bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func TestUnShardedRecoveryAfterSharding(t *testing.T) {
require.NoError(t, err)

// now bring up the recovery keyspace and a tablet, letting it restore from backup.
recovery.RestoreTablet(t, localCluster, replica2, recoveryKS, "0", keyspaceName, commonTabletAr, time.Time{})
recovery.RestoreTablet(t, localCluster, replica2, recoveryKS, "0", keyspaceName, commonTabletArg, time.Time{})

// check the new replica does not have the data
cluster.VerifyRowsInTablet(t, replica2, keyspaceName, 2)
Expand Down

0 comments on commit c1024bd

Please sign in to comment.