Skip to content

Commit

Permalink
update tests to match latest implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzevzl committed Mar 11, 2024
1 parent b149cfa commit 8b6cfa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ async function getFixtures() {
costSurfaceId: '',
costSurface: {
id: '',
stableId: '',
name: 'some cost surface',
projectId: '',
isDefault: false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ export async function GivenScenarioExists(
name: `test scenario - ${scenarioId}`,
project_id: projectId,
cost_surface_id: costSurfaceId,
stable_id: costSurfaceId,
...scenarioData,
})
.execute();
Expand Down

0 comments on commit 8b6cfa4

Please sign in to comment.