Explorar el Código

chore: fix null handling in multipartFormRequestOptions test (#1385)

Yordis Prieto hace 6 meses
padre
commit
df63008a94
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/sdk/tests/form.test.ts

+ 1 - 1
packages/sdk/tests/form.test.ts

@@ -18,7 +18,7 @@ describe('form data validation', () => {
   });
 
   test('null', async () => {
-    await expect(() =>
+    await expect(
       multipartFormRequestOptions(
         {
           body: {