Skip to content

Commit

Permalink
Refactor testReplMasterCmdProp function in test_repl_master_cmd_prop.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Feb 9, 2024
1 parent 6757e72 commit e9b1831
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/test_repl_master_cmd_prop.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ func testReplMasterCmdProp(stageHarness *testerutils.StageHarness) error {
1: {"foo", "123"},
2: {"bar", "456"},
3: {"baz", "789"},

}
for i := 1; i <= len(kvMap); i++ { // We need order of commands preserved
key, value := kvMap[i][0], kvMap[i][1]
Expand Down

0 comments on commit e9b1831

Please sign in to comment.