Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
akolson committed Jan 12, 2024
1 parent 9ae7732 commit 0317474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from le_utils.constants import completion_criteria
from le_utils.constants import mastery_criteria
from le_utils.validators.embed_request import (
validate as validate_recommendations_request,
validate as validate_embed_request,
)


Expand Down Expand Up @@ -273,7 +273,7 @@ def test_completion_criteria__reference__invalid():
@pytest.mark.skipif(jsonschema is None, reason="jsonschema package is unavailable")
def test_recommendations__topic__valid():
with _assert_not_raises(jsonschema.ValidationError):
validate_recommendations_request(
validate_embed_request(
{
"topics": [
{
Expand Down

0 comments on commit 0317474

Please sign in to comment.