Skip to content

Commit 7c30177

Browse files
[#239] Fix test naming
1 parent e64b901 commit 7c30177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openklant/components/klantinteracties/api/tests/test_partijen.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2045,7 +2045,7 @@ def test_create_partij_indetificator(self):
20452045
},
20462046
)
20472047

2048-
def test_create_partij_indetificator_invalid_without_identificeerdePartij(self):
2048+
def test_create_partij_indentificator_invalid_without_identificeerdePartij(self):
20492049
list_url = reverse("klantinteracties:partijidentificator-list")
20502050
data = {
20512051
"anderePartijIdentificator": "anderePartijIdentificator",

0 commit comments

Comments
 (0)