Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Nov 12, 2024
1 parent d78d516 commit cf11ca5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/lib/approved_payment_processor_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,11 @@ class ApprovedPaymentProcessorTest < ActiveSupport::TestCase
processor_2.fee_processor = MockFeeProcessor.new(0)

Thread.new {
processor_1.process_approved_transactions
#processor_1.process_approved_transactions
}

assert_equal 3, processor_2.process_approved_transactions

end

end

### MOCK FEE PROCESSOR, for testing
Expand Down

0 comments on commit cf11ca5

Please sign in to comment.