Skip to content

Commit

Permalink
fix: tests - table DSL is now included into core ginkgo pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmCherry committed Aug 4, 2024
1 parent 1d2ec2d commit e212673
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion internal/bankgovua/helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"time"

. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/ginkgo/v2/extensions/table"
. "github.com/onsi/gomega"

. "github.com/mxmCherry/taxes/v2/internal/bankgovua"
Expand Down
1 change: 0 additions & 1 deletion internal/tax/business_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package tax_test

import (
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/ginkgo/v2/extensions/table"
. "github.com/onsi/gomega"

. "github.com/mxmCherry/taxes/v2/internal/tax"
Expand Down
1 change: 0 additions & 1 deletion internal/tax/helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"time"

. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/ginkgo/v2/extensions/table"
. "github.com/onsi/gomega"

. "github.com/mxmCherry/taxes/v2/internal/tax"
Expand Down
1 change: 0 additions & 1 deletion internal/tax/transaction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package tax_test

import (
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/ginkgo/v2/extensions/table"
. "github.com/onsi/gomega"

. "github.com/mxmCherry/taxes/v2/internal/tax"
Expand Down

0 comments on commit e212673

Please sign in to comment.