Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryk committed Mar 18, 2022
1 parent be3c25b commit 8c28c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/LaravelSegmentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
it('can send instantiate payload', function () {
assertInstanceOf(
SegmentPayload::class,
LaravelSegment::track('click')->options([
LaravelSegment::track('click')->properties([
'foo' => 'bar',
])
);
Expand Down

0 comments on commit 8c28c59

Please sign in to comment.