Skip to content

Commit

Permalink
Test djan with width: 131
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Dec 3, 2023
1 parent f925cb9 commit e25e47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/djan_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"899": { user_id: 899, aum: 0, pitch_aum: 0, review_aum: 0, items: [], Others: 1, Social: 1, Pitch: 1, Review: 1 } }

expect(
Flor.to_djan(d, indent: 2, width: true, colours: false)
Flor.to_djan(d, indent: 2, width: 131, colours: false)
).to eq(' ' + %{
{ "0": { user_id: 0, aum: 0, pitch_aum: 0, review_aum: 0, Pitch: 3, Others: 1, Social: 1, Review: 2 },
"313327975": { user_id: 313327975, aum: 0, pitch_aum: 0, review_aum: 0, items: [], Pitch: 1, Review: 1 },
Expand Down

0 comments on commit e25e47b

Please sign in to comment.