This commit is contained in:
Shreyas Goenka 2025-01-23 20:05:59 +01:00
parent 07e1ba2211
commit 6b8e1dfff2
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import (
"github.com/stretchr/testify/assert"
)
var OverwriteMode = true
var OverwriteMode = false
func init() {
flag.BoolVar(&OverwriteMode, "update", false, "Overwrite golden files")