Skip to content

Commit 286af62

Browse files
1NepuNep1Copilot
andauthored
Update examples/authors/ydb/db_test.go
Co-authored-by: Copilot <[email protected]>
1 parent d58c592 commit 286af62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/authors/ydb/db_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func TestAuthors(t *testing.T) {
7575
P2: 10,
7676
}
7777

78-
authors, err := q.UpdateAuthorByID(ctx, arg, query.WithIdempotent(), query.WithIdempotent())
78+
authors, err := q.UpdateAuthorByID(ctx, arg, query.WithIdempotent())
7979
if err != nil {
8080
t.Fatal(err)
8181
}

0 commit comments

Comments
 (0)