Skip to content

Commit

Permalink
Give factory created traces a size
Browse files Browse the repository at this point in the history
Traces which are marked as inserted are expected to have a size.
  • Loading branch information
tomhughes committed Oct 13, 2019
1 parent f0324b6 commit 4b8f0a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/factories/traces.rb
Expand Up @@ -7,6 +7,7 @@

timestamp { Time.now }
inserted { true }
size { 10 }

trait :deleted do
visible { false }
Expand Down

0 comments on commit 4b8f0a7

Please sign in to comment.