Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Preston Vasquez <prestonvasquez@icloud.com>
  • Loading branch information
matthewdale and prestonvasquez authored May 23, 2023
1 parent 0c97b45 commit dda23d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/mongo/driver/topology/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,8 @@ func TestServer(t *testing.T) {
}

func TestServer_ProcessError(t *testing.T) {
t.Parallel()

processID := primitive.NewObjectID()
newProcessID := primitive.NewObjectID()

Expand Down Expand Up @@ -1003,7 +1005,6 @@ func TestServer_ProcessError(t *testing.T) {
},
stale: false,
},
// inputConn: newProcessErrorTestConn(&description.VersionRange{Max: 17}, false),
want: driver.NoChange,
wantGeneration: 0,
wantDescription: newServerDescription(description.RSPrimary, processID, 0, nil),
Expand Down

0 comments on commit dda23d3

Please sign in to comment.