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

- old
+ new

@@ -22,11 +22,11 @@ worksheet3.write('A1', 'Bar') worksheet3.write_comment('C7', 'More text') # Set the author to match the target XLSX file. - worksheet1.set_comments_author('John') - worksheet3.set_comments_author('John') + worksheet1.comments_author = 'John' + worksheet3.comments_author = 'John' worksheet1.insert_button('C4', {}) worksheet1.insert_button('E8', {}) worksheet3.insert_button('B2', {})