test/regression/test_comment03.rb in write_xlsx-0.62.0 vs test/regression/test_comment03.rb in write_xlsx-0.64.0

- old
+ new

@@ -18,10 +18,10 @@ worksheet.write('A1', 'Foo') worksheet.write_comment('A1', 'Some text') worksheet.write_comment('XFD1048576', 'Some text') # Set the author to match the target XLSX file. - worksheet.set_comments_author('John') + worksheet.comments_author = 'John' workbook.close compare_xlsx_for_regression( File.join(@regression_output, @xlsx), @xlsx,