Skip to content

Commit b015b7b

Browse files
[primer] Add missing expected.txt for confidence_changed test case
The test case directory had main.json and pr.json but was missing the expected output file, causing a FileNotFoundError in CI.
1 parent c028b74 commit b015b7b

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

  • tests/testutils/_primer/cases/confidence_changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
🤖 **Effect of this PR on checked open source code:** 🤖
2+
3+
4+
**Effect on [astroid](https://github.com/pylint-dev/astroid):**
5+
6+
The following messages are now emitted:
7+
8+
<details>
9+
10+
1) dangerous-default-value:
11+
*Dangerous default value [] as argument*
12+
https://github.com/pylint-dev/astroid/blob/123456789abcdef/astroid/inference.py#L42
13+
</details>
14+
15+
The following messages are no longer emitted:
16+
17+
<details>
18+
19+
1) dangerous-default-value:
20+
*Dangerous default value [] as argument*
21+
https://github.com/pylint-dev/astroid/blob/123456789abcdef/astroid/inference.py#L42
22+
</details>
23+
24+
*This comment was generated for commit v2.14.2*

0 commit comments

Comments
 (0)