Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed May 17, 2024
1 parent 9d4e139 commit ddd9b47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
*
* Copyright 2024 The Matrix.org Foundation C.I.C.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -13,7 +12,6 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* /
*/

import React from "react";
Expand Down Expand Up @@ -47,7 +45,7 @@ describe("<EmailIdentityAuthEntry/>", () => {
expect(container).toMatchSnapshot();
});

test("should clear the requested state when the button tooltip is hided", async () => {
test("should clear the requested state when the button tooltip is hidden", async () => {
renderIdentityAuth();

// After a click on the resend button, the button should display the resent label
Expand Down

0 comments on commit ddd9b47

Please sign in to comment.