Skip to content

Commit 9878db5

Browse files
committed
chore: change phrasing of Servient test descriptions
1 parent ab9e2ab commit 9878db5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/core/servient_test.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ class MockedProtocolClientFactory implements ProtocolClientFactory {
3434
}
3535

3636
void main() {
37-
group("Servient Tests", () {
38-
test("Should accept a ProtocolClientFactory list as constructor argument",
37+
group("Servient", () {
38+
test("should accept a ProtocolClientFactory list as constructor argument",
3939
() {
4040
final servient = Servient(
4141
clientFactories: [
@@ -47,7 +47,7 @@ void main() {
4747
});
4848

4949
test(
50-
"Should allow for adding and removing a ProtocolClientFactory at runtime",
50+
"should allow for adding and removing a ProtocolClientFactory at runtime",
5151
() {
5252
final servient = Servient()
5353
..addClientFactory(MockedProtocolClientFactory());

0 commit comments

Comments
 (0)