Rename tests

This commit is contained in:
developerDiv
2020-07-19 15:44:48 +01:00
parent 2a88d24386
commit 8309e56268
2 changed files with 10 additions and 12 deletions
@@ -6,7 +6,6 @@ public class Credentials {
private final String key;
public Credentials(String name, String password, String key) {
this.name = name;
this.password = password;
this.key = key;