You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnfmt.Errorf("schedule at index %d is nil in the current report", i)
140
+
returnfmt.Errorf("segment at index %d is nil in the current report", i)
140
141
}
141
142
ifsegment2==nil {
142
-
returnfmt.Errorf("schedule at index %d is nil in the other report", i)
143
+
returnfmt.Errorf("segment at index %d is nil in the other report", i)
143
144
}
144
145
if!areSegmentsEqual(segment1, segment2) {
145
-
returnfmt.Errorf("schedules at index %d are different. Expected %s, got %s", i, mustMarshallSegment(segment1), mustMarshallSegment(segment2))
146
+
returnfmt.Errorf("segments at index %d are different. Expected %s segment(s), got %s segment(s)", i, mustMarshallSegment(segment1), mustMarshallSegment(segment2))
0 commit comments