Skip to content

Commit 7525a7f

Browse files
committed
feat(#117): allows unique fqns in single
1 parent d0c54b0 commit 7525a7f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/test/java/org/eolang/lints/errors/LtAtomIsNotUniqueTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ void allowsUniqueAtoms() throws Exception {
177177
}
178178

179179
@Test
180-
void allowsUniqueAtomsInSingleFile() throws Exception {
180+
void allowsAtomsWithUniqueFqnsInSingleFile() throws Exception {
181181
MatcherAssert.assertThat(
182182
"Defects aren't empty, but they should",
183183
new LtAtomIsNotUnique().defects(

src/test/resources/org/eolang/lints/errors/atom-is-not-unique/spb.eo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@
2323
# Spb.
2424
[attr] > spb
2525
[] > test /int
26+
[] > sfo /int

0 commit comments

Comments
 (0)