From c2b3e83b24d61c8a24fedec84c1b5b2c736c727b Mon Sep 17 00:00:00 2001 From: JohnnyMorganz Date: Mon, 3 Jul 2023 15:41:54 +0100 Subject: [PATCH] Change test name --- tests/TypeInfer.tables.test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/TypeInfer.tables.test.cpp b/tests/TypeInfer.tables.test.cpp index 2cc7c5dc..9e17813f 100644 --- a/tests/TypeInfer.tables.test.cpp +++ b/tests/TypeInfer.tables.test.cpp @@ -3642,7 +3642,7 @@ end LUAU_REQUIRE_NO_ERRORS(result); } -TEST_CASE_FIXTURE(BuiltinsFixture, "write_property_to_table_intersection_1") +TEST_CASE_FIXTURE(BuiltinsFixture, "index_property_table_intersection_1") { CheckResult result = check(R"( @@ -3657,7 +3657,7 @@ local y = x.Bar LUAU_REQUIRE_NO_ERRORS(result); } -TEST_CASE_FIXTURE(BuiltinsFixture, "write_property_to_table_intersection_2") +TEST_CASE_FIXTURE(BuiltinsFixture, "index_property_table_intersection_2") { CheckResult result = check(R"(