Skip to content

Commit

Permalink
fixed some typo in sqale test class
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Mar 6, 2023
1 parent 8a5ede0 commit 93ebe2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3810,7 +3810,7 @@ public void test991ChangeInsideNonPersistedContainerWorksOk()
// assertThat(userObject.getBehavior().getAuthentication().getFailedLogins()).isEqualTo(5);

and("externalized version is updated");
MUser row = selectObjectByOid(QUser.class, user1Oid);authu
MUser row = selectObjectByOid(QUser.class, user1Oid);
assertThat(row.version).isEqualTo(originalRow.version + 1);
}
// endregion
Expand Down

0 comments on commit 93ebe2b

Please sign in to comment.