Skip to content

Commit

Permalink
chore: keploy version bump
Browse files Browse the repository at this point in the history
Signed-off-by: gouravkrosx <[email protected]>
  • Loading branch information
gouravkrosx committed Aug 20, 2024
1 parent cffb20f commit 0d0db10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ replace github.com/jackc/pgproto3/v2 => github.com/keploy/pgproto3/v2 v2.0.2

require (
github.com/spf13/viper v1.19.0
go.keploy.io/server/v2 v2.3.0-beta8
go.keploy.io/server/v2 v2.3.0-beta9
go.uber.org/zap v1.26.0
)

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ func compareTestCases(ctx context.Context, logger *zap.Logger, db1, db2 *testdb.
continue
}

printDiff(!absRes.Name.Normal, "Test Case Name Difference: %v\n", absRes.Name)
// printDiff(!absRes.Name.Normal, "Test Case Name Difference: %v\n", absRes.Name)
testSetRes = testSetRes && ok
}
passedOverall = passedOverall && testSetRes
Expand Down

0 comments on commit 0d0db10

Please sign in to comment.