Skip to content

Commit be6c0db

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 9d2b1b9 commit be6c0db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ private boolean waitForUploadCompletion(
164164
@Order(1)
165165
void testCreateBookChapterAndCheck() {
166166
System.out.println("Test (1) : Create book+chapter and check if they exist");
167-
Boolean testStatus = false;
167+
boolean testStatus = false;
168168

169169
String response = api.createEntityDraft(appUrl, bookEntityName, entityName2, srvpath);
170170
if (!response.equals("Could not create entity")) {

0 commit comments

Comments
 (0)