Skip to content

Commit

Permalink
Unintended changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Dec 22, 2021
1 parent b881c70 commit e3e551a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion store/postgres/src/relational.rs
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,6 @@ impl Layout {
}

let filter_collection = FilterCollection::new(&self, collection, filter.as_ref())?;

let query = FilterQuery::new(
&filter_collection,
filter.as_ref(),
Expand Down
2 changes: 1 addition & 1 deletion store/postgres/tests/relational.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ fn check_find() {
.check(
vec!["2", "1"],
user_query()
.filter(EntityFilter::LessThan("name".to_owned(), "Kuni".into()))
.filter(EntityFilter::LessThan("name".to_owned(), "Kundi".into()))
.asc("name"),
)
.check(
Expand Down

0 comments on commit e3e551a

Please sign in to comment.