Skip to content

Commit

Permalink
Fix backfill test
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvolp12 committed Nov 8, 2023
1 parent 565932d commit 27e38bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backfill/backfill_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func TestBackfill(t *testing.T) {
ts := &testState{}

opts := backfill.DefaultBackfillOptions()
opts.CheckoutPath = "https://bsky.network/xrpc/com.atproto.sync.getRepo"
opts.NSIDFilter = "app.bsky.feed.follow/"

bf := backfill.NewBackfiller(
Expand Down

0 comments on commit 27e38bf

Please sign in to comment.