Skip to content

Commit

Permalink
misc: fixed small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim committed Dec 31, 2023
1 parent 4b5fabc commit 97c229f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/decryptBuffString/testID.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const assert = require("assert");
const { decrypt } = require("../../index");

/*********************************************************
* ID-AES128 *
* ID-AES128 *
*********************************************************/
describe("Decryption data buffer string test using ID-AES128", function () {
it("should decrypt data buffer string using ID-AES128-CCM algorithm", function () {
Expand All @@ -27,7 +27,7 @@ describe("Decryption data buffer string test using ID-AES128", function () {
});

/*********************************************************
* ID-AES192 *
* ID-AES192 *
*********************************************************/
describe("Decryption data buffer string test using ID-AES192", function () {
it("should decrypt data buffer string using ID-AES192-CCM algorithm", function () {
Expand All @@ -52,7 +52,7 @@ describe("Decryption data buffer string test using ID-AES192", function () {
});

/*********************************************************
* ID-AES256 *
* ID-AES256 *
*********************************************************/
describe("Decryption data buffer string test using ID-AES256", function () {
it("should decrypt data buffer string using ID-AES256-CCM algorithm", function () {
Expand Down

0 comments on commit 97c229f

Please sign in to comment.