Skip to content

Commit c4f0896

Browse files
Fix: failing test
1 parent 916e39e commit c4f0896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/View/Components/DataLayerUserDataVariableTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function it_can_render_the_view()
2323
$component = $this->component(DataLayerUserDataVariable::class);
2424

2525
$component->assertSee(
26-
'window.dataLayer.push({"conversionsApiEmail":"test@test.com"});',
26+
'window.dataLayer.push({"conversionsApiUserEmail":"test@test.com"});',
2727
false
2828
);
2929
}

0 commit comments

Comments
 (0)