Skip to content

Commit

Permalink
fix: update error function
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Dec 31, 2023
1 parent d555de1 commit ba1e907
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ describe(`sharding`, () => {
balance,
coverage,
memory
}) => 0.1 * coverage + 0.9 * memory;
}) => 0.01 * coverage + 0.99 * memory;

db1 = await session.peers[0].open(new EventStore<string>(), {
args: {
Expand Down

0 comments on commit ba1e907

Please sign in to comment.