TheAlgorithms/Java

[BUG] Missing Package Declaration in Test File Causing Build Failure

inishantjain opened this issue · 1 comments

Description

I have encountered an issue in the project's source code where a Java file does not include a package declaration. This absence of a package name is leading to build failures in the project.

Affected File:

File Name: [PerfectBinarySearch.java] /src/test/java/com/thealgorithms/searches/PerfectBinarySearchTest.java

Raised a PR to solve the issue #5007

Steps to reproduce

No response

Excepted behavior

The file should contain a package name.

Screenshots

image

Additional context

No response

Done