Change test case name

This commit is contained in:
JohnnyMorganz 2023-07-03 15:27:23 +01:00
parent 1260ca5969
commit 3a9c41ffb1

View file

@ -3642,7 +3642,7 @@ end
LUAU_REQUIRE_NO_ERRORS(result); 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"( CheckResult result = check(R"(
@ -3657,7 +3657,7 @@ local y = x.Bar
LUAU_REQUIRE_NO_ERRORS(result); 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"( CheckResult result = check(R"(