Skip to content

Commit

Permalink
Update codegen/smithy-dafny-codegen-test/src/test/java/software/amazo…
Browse files Browse the repository at this point in the history
…n/polymorph/smithygo/GoTestModels.java

Co-authored-by: Rishav karanjit <[email protected]>
  • Loading branch information
ShubhamChaturvedi7 and rishav-karanjit authored Oct 22, 2024
1 parent 9857f3c commit b9b0532
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class GoTestModels extends TestModelTest {

@ParameterizedTest
@MethodSource("discoverTestModels")
void testModelsForGo(String relativeTestModelPath) {
void testModelsForGo(final String relativeTestModelPath) {
Assumptions.assumeFalse(DISABLED_TESTS.contains(relativeTestModelPath));

Path testModelPath = getTestModelPath(relativeTestModelPath);
Expand Down

0 comments on commit b9b0532

Please sign in to comment.