Skip to content

Commit

Permalink
Fix hola test :(
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Nov 25, 2024
1 parent 44faccc commit d168359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Form__test.re
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ describe("Form with useOptimistic", () => {
let container = ReactTestingLibrary.render(<App />);

ReactTestingLibrary.actAsync(() => {
let.await _ = findByString("Hola!", container);
let.await _ = findByString({j|¡Hola!|j}, container);

let.await button = findByString("Enviar", container);
let.await input = findByPlaceholderText("message", container);
Expand Down

0 comments on commit d168359

Please sign in to comment.