Skip to content

Commit 8bd2d15

Browse files
author
Dean Karn
committed
parallelized GitHub tests
1 parent 20522db commit 8bd2d15

File tree

3 files changed

+447
-1059
lines changed

3 files changed

+447
-1059
lines changed

bitbucket/bitbucket_test.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import (
1313
"reflect"
1414

1515
"github.com/stretchr/testify/require"
16-
. "gopkg.in/go-playground/assert.v1"
1716
)
1817

1918
// NOTES:
@@ -335,7 +334,7 @@ func TestWebhooks(t *testing.T) {
335334
t.Run(tt.name, func(t *testing.T) {
336335
t.Parallel()
337336
payload, err := os.Open(tc.filename)
338-
Equal(t, err, nil)
337+
assert.NoError(err)
339338
defer func() {
340339
_ = payload.Close()
341340
}()

0 commit comments

Comments
 (0)