From 3a9c41ffb13e51cc229fea5e74a4481ffa6ac4d8 Mon Sep 17 00:00:00 2001 From: JohnnyMorganz Date: Mon, 3 Jul 2023 15:27:23 +0100 Subject: [PATCH] Change test case 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 9600c579..2cc7c5dc 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_common_property_to_table_intersection_1") +TEST_CASE_FIXTURE(BuiltinsFixture, "write_property_to_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_common_property_to_table_intersection_2") +TEST_CASE_FIXTURE(BuiltinsFixture, "write_property_to_table_intersection_2") { CheckResult result = check(R"(