Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonQ committed Nov 13, 2024
1 parent d8bc37b commit 385f069
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function ({ getService }: FtrProviderContext) {

expect(resp.body).to.be.an('array');

expect(resp.body.length).to.be(108); // the beats
expect(resp.body.length).to.be(107); // the beats
});
});
});
Expand Down

0 comments on commit 385f069

Please sign in to comment.