Skip to content

Commit c0e261c

Browse files
committed
fix test
1 parent e5c8272 commit c0e261c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_prompt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def test_compile_with_placeholders(
290290

291291
result = (
292292
ChatPromptClient(mock_prompt)
293-
.update(placeholders)
293+
.update(placeholders=placeholders)
294294
.compile(
295295
**variables,
296296
)

0 commit comments

Comments
 (0)