Skip to content

Commit fd95627

Browse files
skarimjaysylvester
authored andcommitted
update test fixtures
1 parent 834eeb9 commit fd95627

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,6 @@ __pycache__/
141141

142142
# Tracking schema output
143143
tracking-schema.yaml
144+
145+
# Test output
146+
tests/temp*

tests/fixtures/ruby/tracking-schema-ruby.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ events:
8080
add-to-basket:
8181
implementations:
8282
- path: main.rb
83-
line: 96
83+
line: 109
8484
function: snowplow_track
8585
destination: snowplow
8686
properties:
@@ -95,7 +95,7 @@ events:
9595
Module Event:
9696
implementations:
9797
- path: main.rb
98-
line: 108
98+
line: 121
9999
function: track_something
100100
destination: segment
101101
properties:

tests/fixtures/tracking-schema-all.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ events:
9696
function: snowplow_track_events
9797
destination: snowplow
9898
- path: ruby/main.rb
99-
line: 96
99+
line: 109
100100
function: snowplow_track
101101
destination: snowplow
102102
properties:
@@ -430,7 +430,7 @@ events:
430430
Module Event:
431431
implementations:
432432
- path: ruby/main.rb
433-
line: 108
433+
line: 121
434434
function: track_something
435435
destination: segment
436436
properties:

0 commit comments

Comments
 (0)