Skip to content

Commit

Permalink
feat(objectionary#2437): empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Sep 8, 2023
1 parent 67a00a3 commit 0a9ce9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ final class CommitHashesMapTest {
@ParameterizedTest
@CsvSource({
"0.26.0, e0b7836",
"0.28.10, 9b88393",
"0.28.10, 9b88393#",
})
void containsValidHash(final String tag, final String hash) {
final Map<String, CommitHash> hashes = new CommitHashesMap();
Expand Down
1 change: 1 addition & 0 deletions eo-runtime/src/test/java/EOorg/EOeolang/EOintTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
* @checkstyle TypeNameCheck (4 lines)
*/
public class EOintTest {

@Test
void hasEqualHashes() {
final Phi left = new Data.ToPhi(42L);
Expand Down

0 comments on commit 0a9ce9d

Please sign in to comment.