Skip to content

Commit

Permalink
Removing a duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
Dariquest committed Jan 21, 2025
1 parent 60eec2e commit 68b21eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion command/v7/update_route_command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ var _ = Describe("update-route Command", func() {
Expect(actualHostname).To(Equal("host"))
Expect(actualPath).To(Equal(path))
Expect(actualPort).To(Equal(0))
Expect(actualPort).To(Equal(0))

Expect(fakeActor.UpdateRouteCallCount()).To(Equal(1))
actualRouteGUID, actualOptions := fakeActor.UpdateRouteArgsForCall(0)
Expand Down

0 comments on commit 68b21eb

Please sign in to comment.