Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed Feb 23, 2022
1 parent 541bed8 commit 7717ded
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
processes = []
expect { processes = described_object.export! }.not_to raise_error

expect(processes[0].path.to_s).to include('en_')
expect(processes[0].success).to be false
expect(processes[1].error.class).to eq(Lokalise::Error::TooManyRequests)
expect(processes.count).to eq(7)
Expand Down

0 comments on commit 7717ded

Please sign in to comment.