Skip to content

Commit 9fe5def

Browse files
committed
back to false
1 parent d91742c commit 9fe5def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/notifications/notifications_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import (
5151
)
5252

5353
// updateGoldenFiles is a flag that can be set to update golden files.
54-
var updateGoldenFiles = flag.Bool("update", true, "Update golden files")
54+
var updateGoldenFiles = flag.Bool("update", false, "Update golden files")
5555

5656
func TestMain(m *testing.M) {
5757
goleak.VerifyTestMain(m)

0 commit comments

Comments
 (0)