Skip to content

Commit c5208af

Browse files
authored
Fix test failure caused by year change (#1031)
Happy New Year! This PR fixes a test that didn’t survive the year change.
1 parent 66e589d commit c5208af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/engine/evaluation_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ class EvaluationTest < Minitest::Spec
337337
</main>
338338
#{" "}
339339
<footer>
340-
<p>&copy; <%= Date.today.year %> <%= site_name %></p>
340+
<p>&copy; <%= Date.new(2025, 12, 31).year %> <%= site_name %></p>
341341
</footer>
342342
</body>
343343
</html>

test/snapshots/engine/evaluation_test/test_0022_complex_real_world_example_77e6fc93cd860e93537231583cd9cf3f.txt renamed to test/snapshots/engine/evaluation_test/test_0022_complex_real_world_example_d8e54f09b6cf5d8199c941a30266ede6.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)