Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr committed Oct 11, 2023
1 parent 145bac9 commit 636d691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Celebrate.test.vala
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ private TestCelebrate[] get_celebrate_tests () {
},
TestCelebrate () {
date = new GLib.DateTime.local (2023, 10, 31, 0, 0, 0),
css_classes = { "theme-black-history" }
css_classes = { "theme-black-history", "theme-halloween" }
},
TestCelebrate () { date = new GLib.DateTime.local (2023, 9, 30, 23, 59, 0), css_classes = { } },
TestCelebrate () { date = new GLib.DateTime.local (2023, 11, 1, 0, 0, 0), css_classes = { } },
Expand Down

0 comments on commit 636d691

Please sign in to comment.