Skip to content

Commit

Permalink
BEP-17997 feature(tests): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kuleshov-by committed Nov 28, 2024
1 parent 88d9ebd commit 09f701b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/fixtures/transaction_fixtures.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def successful_transactions_export_response_message
end
# rubocop:enable Metrics/MethodLength

def successful_transactions_list_response
def successful_transactions_export_response
%({"data":"#{successful_transactions_export_response_message.to_json}})
end
end

0 comments on commit 09f701b

Please sign in to comment.