Skip to content

Commit

Permalink
objectionary#2891: Started sentence with capital letter
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Mar 14, 2024
1 parent 1ee0063 commit 6b39d95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void allowsSinglePass() {
new Data.ToPhi(data), new EOcage(Phi.), 1
);
MatcherAssert.assertThat(
"dataization of object without recursion is allowed if depth is more than 0",
"Dataization of object without recursion is allowed if depth is more than 0",
new Dataized(traced).take(Long.class),
Matchers.equalTo(data)
);
Expand Down

0 comments on commit 6b39d95

Please sign in to comment.