Skip to content

Commit

Permalink
chore: fix node test description
Browse files Browse the repository at this point in the history
  • Loading branch information
yquansah committed Dec 7, 2023
1 parent 51e4520 commit a34f4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flipt-client-node/src/evaluation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ test('variant failure', () => {
);
});

test('boolean', () => {
test('boolean failure', () => {
const fec = new FliptEvaluationClient('default', {
url: fliptUrl,
auth_token: authToken
Expand Down

0 comments on commit a34f4b0

Please sign in to comment.