Skip to content

Commit

Permalink
NIT
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrubabasu committed May 17, 2022
1 parent df5de69 commit d5e9c19
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions tests/e2e/transfer/suites.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
// Copyright (C) 2019-2022, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.

package transfer

import (
"github.com/onsi/gomega"

"github.com/ava-labs/avalanche-rosetta/tests/e2e"

ginkgo "github.com/onsi/ginkgo/v2"
)

var _ = ginkgo.Describe("[Local] Testing", func() {
ginkgo.It("nits", func() {
uris := e2e.GetURIs()
gomega.Expect(uris).ShouldNot(gomega.BeEmpty())
})
})

0 comments on commit d5e9c19

Please sign in to comment.