Skip to content

Commit de45d6b

Browse files
Klakurkachedieck
authored andcommitted
Typo.
1 parent 602d50c commit de45d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/coding-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ When writing tests, follow these guidelines to ensure consistency and maintainab
99
- **Make tests resilient to refactoring**: Tests should pass even if internal implementation changes, as long as the behavior remains the same.
1010
- Never make up new functions just to make tests pass. Always build tests based on the functions that already exist. If a function needs to be updated/revised/refactored, that is also OK.
1111
- Do not just add a 'markTestSkipped' on tests that look difficult to write. Instead, explain the problem and ask for some additional context before trying again.
12-
- Make sure new tests added into the "intergation-tests" directory are actually intergration tests.
12+
- Make sure new tests added into the "integration-tests" directory are actually integration tests.
1313

1414
General guidlines:
1515
- Never edit files that are git ignored.

0 commit comments

Comments
 (0)