Skip to content

Commit

Permalink
fix ascii encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
mrashed-dev committed Nov 30, 2023
1 parent fc153cb commit 9ca1035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/nylas/contact_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@

it "creates the Tempfile with the correct encoding" do
contact = described_class.from_json(full_json, api: api)
expect(contact.picture.external_encoding.name).to eql("ascii-8bit")
expect(contact.picture.external_encoding.name).to eql("ASCII-8BIT")
end
end
end

0 comments on commit 9ca1035

Please sign in to comment.