Skip to content

Commit

Permalink
whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel OBrien committed Nov 7, 2024
1 parent 7c02cf0 commit 5cae616
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ldai/testing/test_model_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from ldclient.testing.builders import *



@pytest.fixture
def td() -> TestData:
td = TestData.data_source()
Expand Down Expand Up @@ -52,7 +51,7 @@ def test_model_config_interpolation(ldai_client: LDAIClient):
variables = {'name': 'World'}

config = ldai_client.model_config('model-config', context, default_value, variables)

assert config.config.prompt is not None
assert len(config.config.prompt) > 0
assert config.config.prompt[0].content == 'Hello, World!'
Expand Down

0 comments on commit 5cae616

Please sign in to comment.