Skip to content

Commit

Permalink
update AbstractAggregateDefinitionTest
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Jan 22, 2017
1 parent f5ef825 commit 5e70698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AbstractAggregateDefinitionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function it_returns_metadata_matcher(): void
],
[
'field' => '_aggregate_version',
'operator' => Operator::EQUALS(),
'operator' => Operator::GREATER_THAN_EQUALS(),
'value' => 5,
],
],
Expand Down

0 comments on commit 5e70698

Please sign in to comment.