Skip to content

Commit

Permalink
fix metadata test
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyKitchell committed Feb 21, 2023
1 parent 9be9e12 commit 2591d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/Integration/SelfMailer.spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
response = @selfMailerApi.list(args)

if metadata then
expect(response.data.length()).to be(0)
expect(response.data.length()).to be(1)
else
expect(response.data.length()).to be > 0
end
Expand Down

0 comments on commit 2591d23

Please sign in to comment.