Skip to content

Commit 0cf88c0

Browse files
committed
Update PasswordTest.java
1 parent 41de3c0 commit 0cf88c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splunk/src/test/java/com/splunk/PasswordTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public void testPasswordsCompatibleGetByName() {
132132
Assert.assertNull(passwords.get(username));
133133
}
134134
@Test
135-
public void testPasswordsCrudWithWildCards(){
135+
public void testPasswordsWithWildCards(){
136136
HashMap<String, Object> args = new HashMap<String, Object>();
137137
args = Command.defaultValues;
138138
args.put("owner", "-");

0 commit comments

Comments
 (0)