Skip to content

Commit

Permalink
pr fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Oct 23, 2023
1 parent 7f9b587 commit 08d689f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion property_tests/tests/float32/test/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const Float32TestArb = fc

const paramsCorrectlyOrdered = paramNames
.map((paramName, index) => {
let areFloat32sEqual = areFloatsEqual(
const areFloat32sEqual = areFloatsEqual(
paramName,
paramSamples[index]
);
Expand Down
2 changes: 1 addition & 1 deletion property_tests/tests/float64/test/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const Float64TestArb = fc

const paramsCorrectlyOrdered = paramNames
.map((paramName, index) => {
let areFloat64sEqual = areFloatsEqual(
const areFloat64sEqual = areFloatsEqual(
paramName,
paramSamples[index]
);
Expand Down

0 comments on commit 08d689f

Please sign in to comment.