Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func (s *Server) Len() int {
return len(s.engine.queue)
}

// NotDoneRTs returns string slice with concatenated [METHOD]path for Round trips which are still expected. Useful when after test Len != 0.
// StillExpectedRTs returns string slice with concatenated [METHOD]path for Round trips which are still expected. Useful when after test Len != 0.
func (s *Server) StillExpectedRTs() []string {
var out []string
for _, rt := range s.engine.queue {
Expand Down