Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
inishantjain opened this issue Jan 7, 2024 · 1 comment
Closed
Labels

Comments

@inishantjain
Copy link
Contributor

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

@siriak
Copy link
Member

siriak commented Jan 8, 2024

Done

@siriak siriak closed this as completed Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants