Skip to content

Commit

Permalink
Merge pull request #259 from decentral1se/bring-back-TestPublishUnicode
Browse files Browse the repository at this point in the history
test: TestPublishUnicode works again
  • Loading branch information
decentral1se authored Dec 18, 2022
2 parents a18dd7e + cef02f4 commit 132e383
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions sbot/unipub_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,15 @@ import (
"path/filepath"
"testing"

"github.com/stretchr/testify/require"
"github.com/ssbc/go-luigi"
refs "github.com/ssbc/go-ssb-refs"
"github.com/stretchr/testify/require"

"github.com/ssbc/go-ssb/internal/leakcheck"
"github.com/ssbc/go-ssb/internal/testutils"
)

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

defer leakcheck.Check(t)
r := require.New(t)
ctx, cancel := context.WithCancel(context.Background())
Expand Down

0 comments on commit 132e383

Please sign in to comment.