Skip to content

Commit

Permalink
test: it instead of test
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker committed Nov 20, 2024
1 parent b5a6019 commit 0498ef9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe("ic-management.utils", () => {
expect(decoded).toEqual(mockSnapshotId);
});

test("should encodeSnapshotId and decodeSnapshotId", () => {
it("should encodeSnapshotId and decodeSnapshotId", () => {
const encoded = encodeSnapshotId(mockSnapshotId);
const decoded = decodeSnapshotId(encoded);

Expand Down

0 comments on commit 0498ef9

Please sign in to comment.