Skip to content

Commit

Permalink
#3008: slight modification
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Apr 5, 2024
1 parent 26129a1 commit 98edd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eo-runtime/src/test/java/org/eolang/PhLocatedTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
class PhLocatedTest {

@Test
void copySavesLocation() {
void savesLocationAfterCopying() {
final Phi located = new PhLocated(new Data.ToPhi(0L), 123, 124, "qwerty");
MatcherAssert.assertThat(
located.copy().locator(),
Expand Down

0 comments on commit 98edd5d

Please sign in to comment.