Skip to content

Commit

Permalink
Revert "fix TestInitializeProducts"
Browse files Browse the repository at this point in the history
This reverts commit ca720f2.
  • Loading branch information
lieut-data committed Mar 22, 2023
1 parent ad20da2 commit 7101a59
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions server/channels/app/product_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,7 @@ func (p *productB) Start() error { return nil }
func (p *productB) Stop() error { return nil }

func TestInitializeProducts(t *testing.T) {
th := Setup(t).InitBasic()
defer th.TearDown()

ps, err := platform.New(
platform.ServiceConfig{
ConfigStore: config.NewTestMemoryStore(),
},
platform.StoreOverride(th.GetSqlStore()),
)
ps, err := platform.New(platform.ServiceConfig{ConfigStore: config.NewTestMemoryStore()})
require.NoError(t, err)

t.Run("2 products and no circular dependency", func(t *testing.T) {
Expand Down

0 comments on commit 7101a59

Please sign in to comment.