Skip to content

Commit

Permalink
fix: corrige testes quebrados
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsabino committed Dec 13, 2021
1 parent 2748cc1 commit a3c6f72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
it { expect(proposal_2.sent?).to be_truthy }
it { expect(lot_2.triage?).to be_truthy }
it { expect(proposal_3.triage?).to be_truthy }
it { expect(proposal_4.sent?).to be_truthy }
it { expect(proposal_4.sent?).to be_falsy }
end

context 'when return error' do
Expand Down

0 comments on commit a3c6f72

Please sign in to comment.