We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db30ead commit 7a46d63Copy full SHA for 7a46d63
1 file changed
spec/System/TestLoadouts_spec.lua
@@ -470,7 +470,7 @@ describe("TestLoadouts", function()
470
end)
471
472
it(
473
- "correctly reorders loadouts when filtered list is first in speclist",
+ "correctly reorders loadouts when filtered list is first in specList",
474
function()
475
build:NewLoadout("Filtered")
476
build:NewLoadout("Loadout B")
@@ -970,7 +970,7 @@ describe("TestLoadouts", function()
970
assert.is_true(build.modFlag)
971
972
973
- it("does not leave the config set in a broken state when deleting the last configset along with the loadout",
+ it("does not leave the config set in a broken state when deleting the last ConfigSet along with the loadout",
974
975
local loadoutName = "Loadout To Delete"
976
buildSetService:NewLoadout(loadoutName)
0 commit comments