Skip to content

Commit

Permalink
Fix: #5100, fix: #4828 - _UID fields have wrong checksum. Do not auto…
Browse files Browse the repository at this point in the history
…matically create new when editing.
  • Loading branch information
fisharebest committed Jan 9, 2025
1 parent 328ab05 commit ce210a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/app/Elements/PafUidTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static function setupBeforeClass(): void
public function testCanonical(): void
{
self::assertSame(
'FEF44CA3CA7543ED9A05F00591315274D810',
'FEF44CA3CA7543ED9A05F005913152746CA8',
self::$element->canonical('fef44CA3CA7543ED9A05F005913152740000'),
);
}
Expand Down

0 comments on commit ce210a3

Please sign in to comment.