Skip to content

Commit

Permalink
Fixed import order (#353)
Browse files Browse the repository at this point in the history
Just a nitpicky import order fix.
  • Loading branch information
muesli authored and Andrea Nodari committed Jul 21, 2019
1 parent c98d3eb commit 2e3b965
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion matchers/succeed_matcher_test.go
Expand Up @@ -2,10 +2,11 @@ package matchers_test

import (
"errors"
"regexp"

. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
. "github.com/onsi/gomega/matchers"
"regexp"
)

func Erroring() error {
Expand Down

0 comments on commit 2e3b965

Please sign in to comment.