Fix: Test - Remove NotOption's multiple

This commit is contained in:
alstjr7375 2022-04-01 10:57:30 +09:00
parent 395e281edd
commit 8788c8f2e7

View file

@ -50,18 +50,5 @@
}
}
@include test("multiple") {
@include assert {
@include output {
@include option.Option("userChrome.tab.photon", "userChrome.padding.photon") {
@include example;
}
}
@include expect {
@supports -moz-bool-pref("userChrome.tab.photon") or -moz-bool-pref("userChrome.padding.photon") {
@include example;
}
}
}
}
// Need multiple test
}