Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jifalops committed Mar 24, 2024
1 parent fde0f62 commit 9dd69df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/entity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ pub(crate) mod tests {
// Foo
assert_eq!(
Foo::to_query_obj(None, StampMode::Read),
"Foo { name: $name, age: $age }"
"Foo:FooLabel2 { name: $name, age: $age }"
);
// Bar
assert_eq!(
Expand Down

0 comments on commit 9dd69df

Please sign in to comment.