Skip to content

Commit 80a9141

Browse files
Merge pull request #7 from dschwartznyc/develop
Develop
2 parents 5e46061 + 78af12b commit 80a9141

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: softprops/action-gh-release@v2
6060
with:
6161
tag_name: ${{ env.TAG_NAME }}
62-
name: Release ${{ env.TAG_NAME }}
62+
name: ${{ env.TAG_NAME }}
6363
files: |
6464
target/${{ steps.get_artifact_id.outputs.artifact_id }}-${{ inputs.release_version }}.jar
6565
target/${{ steps.get_artifact_id.outputs.artifact_id }}-${{ inputs.release_version }}-javadoc.jar

src/test/java/com/regnosys/rosetta/generator/python/PythonFilesGeneratorTest.xtend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import java.util.ArrayList
1818
import org.junit.jupiter.api.Disabled
1919

2020
// TODO: add generated unit tests for number operations with arithmetic operators -,*,/ and for number and string operations with +
21-
// TODO: refactor Python-based unit tests to use the CLI to generate the tests
21+
// TODO: refactor Python-based unit tests to use the CLI to generate the tests. Start with Serialization tests
2222
// TODO: refactor CDM generator to use the CLI
2323

2424
/*

0 commit comments

Comments
 (0)