Skip to content

Commit

Permalink
ref: ApiTableRowPr.ToJSON
Browse files Browse the repository at this point in the history
  • Loading branch information
Yar04ek committed Nov 28, 2023
1 parent 54fc8d5 commit ad1d4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/docx/smoke/api_table_row_properties_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
json = docx.elements[1].nonempty_runs.map(&:text).join
parsed_json = JSON.parse(json)
expect(parsed_json).to include('name' => 'My Custom Table Style')
end
end
end

0 comments on commit ad1d4e0

Please sign in to comment.