diff --git a/eo-runtime/src/test/java/org/eolang/PhLocatedTest.java b/eo-runtime/src/test/java/org/eolang/PhLocatedTest.java index 1d64d379e6..71b02d6d68 100644 --- a/eo-runtime/src/test/java/org/eolang/PhLocatedTest.java +++ b/eo-runtime/src/test/java/org/eolang/PhLocatedTest.java @@ -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(),