Skip to content

Commit

Permalink
gettin’ there
Browse files Browse the repository at this point in the history
  • Loading branch information
edalzell committed Feb 28, 2025
1 parent 630281a commit 55835fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Revisions/RevisableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ protected function revisionKey()
protected function revisionAttributes()
{
return [
'id' => 123
'id' => 123,
];
}

Expand Down
1 change: 1 addition & 0 deletions tests/Revisions/__fixtures__/123/1553546422.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
date: 1553546422
publish_at: 1553644800
attributes: {}

0 comments on commit 55835fb

Please sign in to comment.