Skip to content

Commit 94add38

Browse files
committed
Fix unittest
1 parent b5bfbd5 commit 94add38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit_tests/sources/declarative/extractors/test_combined_extractor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ def test_combined_extractor():
127127
]
128128

129129
assert len(records) == 1
130-
assert records[0].data == {"customer_segment": "enterprise", "metrics": {"revenue": 295000}}
130+
assert records[0].data == {"customer_segment": "enterprise", "revenue": 295000}

0 commit comments

Comments
 (0)