Skip to content

Commit

Permalink
Merge pull request #4836 from aryangupta701/package-name
Browse files Browse the repository at this point in the history
  • Loading branch information
kingthorin authored Aug 21, 2023
2 parents 443e09d + 7ab889f commit da7fd39
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 2 additions & 0 deletions addOns/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this add-on will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased
### Changed
- Corrected misspelling of 'client' in package name

- First version.

Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.zaproxy.addon.clent;
package org.zaproxy.addon.client;

import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.is;

import org.junit.jupiter.api.Test;
import org.zaproxy.addon.client.ClientMap;
import org.zaproxy.addon.client.ClientNode;
import org.zaproxy.addon.client.ClientSideDetails;

class ClientMapUnitTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.zaproxy.addon.clent;
package org.zaproxy.addon.client;

import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.is;

import org.junit.jupiter.api.Test;
import org.zaproxy.addon.client.ClientMap;
import org.zaproxy.addon.client.ClientNode;
import org.zaproxy.addon.client.ClientSideDetails;

class ClientNodeUnitTest {

Expand Down

0 comments on commit da7fd39

Please sign in to comment.