Skip to content

Commit 0456338

Browse files
committed
Update snapshot
1 parent ddedba2 commit 0456338

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/analysis_tests/tests-generic-jsx-transform/src/expected/GenericJsxCompletion.res.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ ContextPath Value[someString]->st <<jsx>>
6363
ContextPath Value[someString]
6464
Path someString
6565
Path Stdlib.String.st
66+
Path st
6667
[{
6768
"label": "GenericJsx.string",
6869
"kind": 12,
@@ -104,6 +105,7 @@ ContextPath Value[someString]->st <<jsx>>
104105
ContextPath Value[someString]
105106
Path someString
106107
Path Stdlib.String.st
108+
Path st
107109
[{
108110
"label": "string",
109111
"kind": 12,

tests/analysis_tests/tests/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ diff=$(git ls-files --modified src/expected)
2424
if [[ $diff = "" ]]; then
2525
printf "${successGreen}✅ No analysis_tests snapshot changes detected.${reset}\n"
2626
else
27-
printf "${warningYellow}⚠️ The analysis_tests snapshot doesn't match. Double check that the output is correct, run 'make analysis_tests' and stage the diff.\n${diff}\n${reset}"
27+
printf "${warningYellow}⚠️ The analysis_tests snapshot doesn't match. Double check that the output is correct, run 'make test-analysis' and stage the diff.\n${diff}\n${reset}"
2828
git --no-pager diff src/expected
2929
exit 1
3030
fi

0 commit comments

Comments
 (0)