Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
xinaxu committed Feb 6, 2024
1 parent d828ed9 commit caee013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/contentprovider/contentprovider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ func TestContentProviderStart_NoneEnabled(t *testing.T) {
testutil.All(t, func(ctx context.Context, t *testing.T, db *gorm.DB) {
s, err := NewService(db, Config{
HTTP: HTTPConfig{
EnablePiece: true,
EnablePieceMetadata: true,
EnablePiece: false,
EnablePieceMetadata: false,
},
Bitswap: BitswapConfig{
Enable: false,
Expand Down

0 comments on commit caee013

Please sign in to comment.