Skip to content

Commit

Permalink
Correct falsey to falsely (#1228)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Gupta <[email protected]>
  • Loading branch information
gaugup committed Feb 27, 2022
1 parent 15f1ef0 commit 7d1cda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/fairness/src/lib/util/calculateFairnessMetric.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe("calculateFairnessMetric", () => {
};
expect(result).toEqual(expectedResult);
});
it("should return only overall result if binBounds falsey", () => {
it("should return only overall result if binBounds falsely", () => {
const mockValue = {
binBounds: [],
bins: [0.3, 0.7],
Expand Down

0 comments on commit 7d1cda2

Please sign in to comment.