Skip to content

Commit 7b42b3e

Browse files
committed
Rename the test, include integration in the name because it test integration with the transformation pipeline.
1 parent 701d8f0 commit 7b42b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rails_application/test/transformations/refund_to_return_event_mapper_test.rb renamed to rails_application/test/transformations/refund_to_return_event_mapper_integration_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require "test_helper"
22

3-
class RefundToReturnEventMapperTest < ActiveSupport::TestCase
3+
class RefundToReturnEventMapperIntegrationTest < ActiveSupport::TestCase
44
def setup
55
@mapper = RubyEventStore::Mappers::PipelineMapper.new(
66
RubyEventStore::Mappers::Pipeline.new(

0 commit comments

Comments
 (0)