Skip to content

Commit c8c1d1a

Browse files
committed
fix: remove return when tests names are not equal
Signed-off-by: gouravkrosx <[email protected]>
1 parent 7e1e2b0 commit c8c1d1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: main.go

-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ func prepareMockAssertion(ctx context.Context, logger *zap.Logger, db1, db2 *tes
234234
for i := 0; i < len(readTcs1); i++ {
235235
if readTcs1[i].Name != readTcs2[i].Name {
236236
logger.Error("test case names are not equal", zap.String("pre-recorded", readTcs1[i].Name), zap.String("test-bench", readTcs2[i].Name))
237-
return false
238237
}
239238
//swap request timestamps
240239
req1Time := readTcs1[i].HTTPReq.Timestamp

0 commit comments

Comments
 (0)