Skip to content

Commit

Permalink
reset intest to false
Browse files Browse the repository at this point in the history
Signed-off-by: Leavrth <[email protected]>
  • Loading branch information
Leavrth committed Jan 8, 2024
1 parent c1a33d5 commit a1aed1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/intest/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package intest

// InTest checks if the code is running in test.
const InTest = true
const InTest = false

// Assert is a stub function in release build.
// See the same function in `util/intest/assert.go` for the real implement in test.
Expand Down

0 comments on commit a1aed1c

Please sign in to comment.