Skip to content

Commit c53b8dd

Browse files
alanzmeta-codesync[bot]
authored andcommitted
BE: Tweak elp_development to prefer expect! in tests
Summary: As title Reviewed By: robertoaloi Differential Revision: D90984550 fbshipit-source-id: c4cbfb5887d8f11455d7afe683b0a03622425ec0
1 parent 335ac63 commit c53b8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.llms/rules/elp_development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ when and how the diagnostic runs:
134134

135135
### Test Structure
136136

137-
- Use `expect_test` for snapshot testing of complex outputs
137+
- Use `expect_test` and the `expect!` macro if possible
138138
- Group related tests in the same module
139139
- Use descriptive test names that explain the scenario
140140

0 commit comments

Comments
 (0)