Skip to content

Commit f0dfef5

Browse files
committed
Update checksums in specs according to changes in Redmine Core
1 parent a3d4a1d commit f0dfef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/checksums_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ def assert_checksum(expected, filename)
1010
it "checks core file application_helper checksums" do
1111
# several methods are overridden and should be reviewed if the checksum change
1212
# version 6.0.6 is OK
13-
assert_checksum %w"ba954d7d5c77ecd13256f2bef721db73", "app/helpers/application_helper.rb"
13+
assert_checksum %w"64ef301df3413f4a35cbfeb9c9dddeaa", "app/helpers/application_helper.rb"
1414
end
1515
end

0 commit comments

Comments
 (0)