Skip to content

Commit

Permalink
add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-spike committed Dec 3, 2024
1 parent bada040 commit 82b6738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e_multi_node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ func (suite *MultiNodeCmdTestSuite) TestNodeListCmd() {
139637976803089: [127.0.0.1:10001]
139637976803090: [127.0.0.1:10002]
}"
2,139637976803089,[INDEX_QUERY INDEX_UPDATE]127.0.0.1:10001,<cluster-id>,<version>,"{
2,139637976803089,[INDEX_QUERY INDEX_UPDATE],127.0.0.1:10001,<cluster-id>,<version>,"{
139637976803088: [127.0.0.1:10000]
139637976803090: [127.0.0.1:10002]
}"
3,139637976803090,[INDEX_QUERY INDEX_UPDATE]127.0.0.1:10002,<cluster-id>,<version>,"{
3,139637976803090,[INDEX_QUERY INDEX_UPDATE],127.0.0.1:10002,<cluster-id>,<version>,"{
139637976803088: [127.0.0.1:10000]
139637976803089: [127.0.0.1:10001]
}"
Expand Down

0 comments on commit 82b6738

Please sign in to comment.