Skip to content

Commit

Permalink
test: TestBadger works again
Browse files Browse the repository at this point in the history
  • Loading branch information
decentral1se committed Dec 18, 2022
1 parent 2c9c86b commit 793125c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions graph/builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ import (
"time"

"github.com/dgraph-io/badger/v3"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/ssbc/go-luigi"
"github.com/ssbc/margaret"
librarian "github.com/ssbc/margaret/indexes"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"github.com/ssbc/margaret/multilog"
multibadger "github.com/ssbc/margaret/multilog/roaring/badger"
Expand Down Expand Up @@ -134,11 +134,6 @@ func makeBadger(t *testing.T) testStore {
}

func TestBadger(t *testing.T) {
if testutils.SkipOnCI(t) {
// https://github.com/ssbc/go-ssb/pull/167
return
}

tc := makeBadger(t)
t.Run("scene1", tc.theScenario)
}
Expand Down

0 comments on commit 793125c

Please sign in to comment.