Skip to content
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

Added unit tests for SampleEnvSetter. #228

Merged
merged 8 commits into from
Apr 23, 2024
Prev Previous commit
Removed unused variables
  • Loading branch information
harshitsharma2801 committed Apr 18, 2024
commit 72cc03febf6c072e726f4af9e8c559dd76d46b19
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
public class SampleEnvSetterTest {
chughts marked this conversation as resolved.
Show resolved Hide resolved

private static SampleEnvSetter envSetter;
private static final String ENV_FILE = "EnvFile";
private static final String ENV_LOCATION = "../env.json";

@BeforeAll
public static void setUp(){
chughts marked this conversation as resolved.
Show resolved Hide resolved
Expand Down