Skip to content

Commit

Permalink
chore: remove dup step
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohill-Patel committed Dec 1, 2023
1 parent 6c16e00 commit 6b263e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/integration/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -491,9 +491,6 @@ func InitializeScenario(s *godog.ScenarioContext) {
s.Step(`^the liquidity fee factor should be "([^"]*)" for the market "([^"]*)"$`, func(fee, marketID string) error {
return steps.TheLiquidityFeeFactorShouldForTheMarket(execsetup.broker, fee, marketID)
})
s.Step(`^the parties have the following transfer fee discounts`, func(table *godog.Table) error {
return steps.PartiesAvailableFeeDiscounts(execsetup.banking, table)
})
s.Step(`^the market data for the market "([^"]+)" should be:$`, func(marketID string, table *godog.Table) error {
return steps.TheMarketDataShouldBe(execsetup.executionEngine, marketID, table)
})
Expand Down

0 comments on commit 6b263e5

Please sign in to comment.