Skip to content

Commit 8c28c59

Browse files
committed
fix: wip
1 parent be3c25b commit 8c28c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/LaravelSegmentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
it('can send instantiate payload', function () {
88
assertInstanceOf(
99
SegmentPayload::class,
10-
LaravelSegment::track('click')->options([
10+
LaravelSegment::track('click')->properties([
1111
'foo' => 'bar',
1212
])
1313
);

0 commit comments

Comments
 (0)