Skip to content

Commit

Permalink
test(migration): Gingko tests for identity pricing migrations [DEV-17…
Browse files Browse the repository at this point in the history
…44] (#455)

* feat: Migrate fee_tests.go

* feat: ReStructure ante_test

* fix: Linting errors

* feat: Update error handling

* feat: Migrate keeper tests to ginkgo
  • Loading branch information
DaevMithran committed Dec 3, 2022
1 parent eda30d6 commit 22078a2
Show file tree
Hide file tree
Showing 8 changed files with 700 additions and 582 deletions.
13 changes: 13 additions & 0 deletions ante/ante_suite_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package ante_test

import (
"testing"

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

func TestAnte(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Ante Suite")
}
Loading

0 comments on commit 22078a2

Please sign in to comment.