Skip to content

Commit 640ecd0

Browse files
Potential fix for pull request finding 'Boxed variable is never null'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent 48fa00e commit 640ecd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdm/src/test/java/integration/com/sap/cds/sdm/IntegrationTest_MultipleFacet_Virus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ private boolean waitForUploadCompletion(
162162
@Order(1)
163163
void testCreateEntityAndCheck() {
164164
System.out.println("Test (1) : Create entity and check if it exists");
165-
Boolean testStatus = false;
165+
boolean testStatus = false;
166166
String response = api.createEntityDraft(appUrl, entityName, entityName2, srvpath);
167167
if (response != "Could not create entity") {
168168
entityID = response;

0 commit comments

Comments
 (0)