Skip to content

Commit a5478e8

Browse files
torcolvinCopilot
andauthored
Update rest/blip_api_crud_test.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 284a63e commit a5478e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest/blip_api_crud_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3496,7 +3496,7 @@ func TestChangesFeedExitDisconnect(t *testing.T) {
34963496
const alice = "alice"
34973497
rt.CreateUser(alice, []string{"*"})
34983498
btc := btcRunner.NewBlipTesterClientOptsWithRT(rt,
3499-
&BlipTesterClientOpts{Username: "alice"},
3499+
&BlipTesterClientOpts{Username: alice},
35003500
)
35013501
defer btc.Close()
35023502
var blipContextClosed atomic.Bool

0 commit comments

Comments
 (0)