Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 9cb6326

Browse files
authored
Chore: fix build from bad merge (#57567)
1 parent 7a138af commit 9cb6326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/codemonitors/search_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func TestSnapshot(t *testing.T) {
2727
t.Run("fails with transaction", func(t *testing.T) {
2828
ctx := context.Background()
2929
logger := logtest.Scoped(t)
30-
db := database.NewDB(logger, dbtest.NewDB(logger, t))
30+
db := database.NewDB(logger, dbtest.NewDB(t))
3131
err := db.WithTransact(ctx, func(tx database.DB) error {
3232
_, err := Snapshot(ctx, logtest.Scoped(t), tx, "type:commit")
3333
return err

0 commit comments

Comments
 (0)