diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/post.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post.rs b/src/post.rs index ef744b4..97c49f1 100644 --- a/src/post.rs +++ b/src/post.rs @@ -95,7 +95,7 @@ mod tests { let post = Post { metadata: Metadata { id: "cool".to_string(), - created_on: 1736035200000, + created_on: 1_736_035_200_000, }, index: 28, html: "<p>beep boop</p>".to_string(), |