Skip to content

Commit 0618962

Browse files
authored
Fix C&P mistake in test
1 parent 94b9a72 commit 0618962

File tree

1 file changed

+1
-1
lines changed
  • test/framework/sandbox/easybuild/easyblocks/generic

1 file changed

+1
-1
lines changed

test/framework/sandbox/easybuild/easyblocks/generic/bar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class dummy2(dummy1):
4040
"""Same but with inheritance"""
4141

4242

43-
class dummy1:
43+
class dummy3:
4444
"""Class without inheritance before the real easyblock to verify the regex not being too greedy"""
4545

4646

0 commit comments

Comments
 (0)