Skip to content

Commit 38920dc

Browse files
committed
Correction for nit
1 parent fc75c71 commit 38920dc

File tree

1 file changed

+1
-1
lines changed
  • ui-tests-starter/tstData/qTestGenerationTestProject/testModule1

1 file changed

+1
-1
lines changed

ui-tests-starter/tstData/qTestGenerationTestProject/testModule1/ErrorPath.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0
33

4-
public class HappyPath {
4+
public class ErrorPath {
55

66
// test method for Q Test Generation.
77
private static double multiply(double num1, double num2) {

0 commit comments

Comments
 (0)