Skip to content

Commit ccbb142

Browse files
committed
fix: Renamings
1 parent c4d27c4 commit ccbb142

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test_unit_tests.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,7 @@ def test_streams_sign_with_es256_alg_2(self):
11151115
self.assertIn("Invalid", json_data)
11161116
output.close()
11171117

1118-
def test_streams_sign_with_es256_alg_create_intend(self):
1118+
def test_streams_sign_with_es256_alg_create_intent(self):
11191119
"""Test signing with CREATE intent and empty manifest."""
11201120

11211121
with open(self.testPath2, "rb") as file:
@@ -1167,7 +1167,7 @@ def test_streams_sign_with_es256_alg_create_intend(self):
11671167
self.assertEqual(manifest_data["validation_state"], "Invalid")
11681168
output.close()
11691169

1170-
def test_streams_sign_with_es256_alg_create_intend_2(self):
1170+
def test_streams_sign_with_es256_alg_create_intent_2(self):
11711171
"""Test signing with CREATE intent and manifestDefinitionV2."""
11721172

11731173
with open(self.testPath2, "rb") as file:
@@ -1246,7 +1246,7 @@ def test_streams_sign_with_es256_alg_create_intend_2(self):
12461246
self.assertEqual(manifest_data["validation_state"], "Invalid")
12471247
output.close()
12481248

1249-
def test_streams_sign_with_es256_alg_edit_intend(self):
1249+
def test_streams_sign_with_es256_alg_edit_intent(self):
12501250
"""Test signing with EDIT intent and empty manifest."""
12511251

12521252
with open(self.testPath2, "rb") as file:
@@ -2140,7 +2140,7 @@ def test_builder_sign_with_ingredient(self):
21402140

21412141
builder.close()
21422142

2143-
def test_builder_sign_with_ingredients_edit_intend(self):
2143+
def test_builder_sign_with_ingredients_edit_intent(self):
21442144
"""Test signing with EDIT intent and ingredient."""
21452145
builder = Builder.from_json({})
21462146
assert builder._builder is not None

0 commit comments

Comments
 (0)