Skip to content

Commit

Permalink
injected time step size pddl functions
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-dolejsi committed Nov 29, 2024
1 parent b852783 commit 04647d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/suite/PddlCompletionItemProvider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ suite('PDDL Completion Item Provider', () => {

// THEN
assertSnippetIncludes(items, "(not", 'has_michelin_star ?c,is_available ?a,located_at ?r ?l,contains ?parent ?child,busy ?r,cooking_job_started ?r,cooking_job_done ?r');
assertSnippetIncludes(items, "(assign", '(assign (${1|travel_time ?r ?from ?to,cooking_job_duration ?r|}) ${2:0})$0');
assertSnippetIncludes(items, "(assign", '(assign (${1|travel_time ?r ?from ?to,time_steps_per_day,time_step_in_days,cooking_job_duration ?r|}) ${2:0})$0');
assert.deepStrictEqual(items.map(i => i.filterText ?? i.label), [
'(not',
'(assign',
Expand Down

0 comments on commit 04647d1

Please sign in to comment.