Skip to content

Commit

Permalink
Refinment
Browse files Browse the repository at this point in the history
  • Loading branch information
REllEK-IO committed May 15, 2024
1 parent 98afc2d commit 1ca8a4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/strategyPriority.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ import { handlePriority } from '../model/priority';
test('Axium Counting Strategy Priority Test', (done) => {
const concluded = [false, false, false];
const [count1, strategy1] = generateRandomCountingStrategy(0);
strategy1.topic += 1;
strategy1.priority = 100;
const [count2, strategy2] = generateRandomCountingStrategy(0);
strategy1.topic += 2;
const [count3, strategy3] = generateRandomCountingStrategy(0);
strategy3.priority = 50;
strategy1.topic += 3;
const axium = createAxium('axiumStrategyTest', [createCounterConcept()], {logging: true, storeDialog: true});
const plan = axium.plan('Counting Strategy with Priority Plan',
[
Expand Down

0 comments on commit 1ca8a4c

Please sign in to comment.