Fix tests

pull/2143/head
Jérémy Rialland 2022-09-14 14:59:58 +02:00 committed by Johan Girod
parent 3e7cc3b64e
commit 38d2b5bdcd
1 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ export const cleanSearchParams = (
setSearchParams(searchParams.toString(), { replace: true })
}
const getRulesParamNames = (
export const getRulesParamNames = (
parsedRules: ParsedRules<DottedName>
): [DottedName, ParamName][] =>
(
@ -126,7 +126,7 @@ const getRulesParamNames = (
ruleNode.rawNode['identifiant court'] || dottedName,
])
function getSearchParamsFromSituation(
export function getSearchParamsFromSituation(
engine: Engine,
situation: Situation,
dottedNameParamName: [DottedName, ParamName][]