Skip to content

Commit

Permalink
Merge pull request #1007 from senid231/fix-floating-cdr-spec
Browse files Browse the repository at this point in the history
fix floating cdr_spec
  • Loading branch information
dmitry-sinina authored Jul 1, 2021
2 parents 7c9a48e + 6402ba3 commit bea4fd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/models/partition_model/cdr_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
let(:cdrs_qty) { 5 }

before do
Cdr::Cdr.delete_all
# Cdr::Cdr.add_partition_for Date.parse('2018-12-02')
# Cdr::Cdr.add_partition_for Date.parse('2019-01-15')
FactoryBot.create_list :cdr, cdrs_qty, time_start: Date.parse('2018-12-02')
Expand Down

0 comments on commit bea4fd5

Please sign in to comment.