From 67c019154b49e76fb69dca729b7c9e506aae9467 Mon Sep 17 00:00:00 2001 From: AnnaXiong Date: Thu, 6 Jun 2024 17:48:47 -0400 Subject: [PATCH] fix --- vizro-ai/tests/integration/test_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vizro-ai/tests/integration/test_example.py b/vizro-ai/tests/integration/test_example.py index 1af308ee1..5496d4ee3 100644 --- a/vizro-ai/tests/integration/test_example.py +++ b/vizro-ai/tests/integration/test_example.py @@ -25,7 +25,7 @@ def test_chart(): resp.code, any_of(contains_string("y='count'"), contains_string("y='gdpPercap'"), contains_string("y='continent'")), ) - assert_that(resp.code_explanationo, equal_to(None)) + assert_that(resp.code_explanation, equal_to(None)) assert_that(resp.business_insights, equal_to(None))