Skip to content

Commit 86aeb05

Browse files
committed
Restyle
1 parent ea3e4d0 commit 86aeb05

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/app/server-cluster/tests/TestDefaultServerCluster.cpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,10 @@ TEST(TestDefaultServerCluster, ListWriteNotification)
9090
FakeDefaultServerCluster cluster({ 1, 2 });
9191

9292
// this does not test anything really, except we get 100% coverage and we see that we do not crash
93-
cluster.ListAttributeWriteNotification({1,2,3}, DataModel::ListWriteOperation::kListWriteBegin);
94-
cluster.ListAttributeWriteNotification({1,2,3}, DataModel::ListWriteOperation::kListWriteFailure);
93+
cluster.ListAttributeWriteNotification({ 1, 2, 3 }, DataModel::ListWriteOperation::kListWriteBegin);
94+
cluster.ListAttributeWriteNotification({ 1, 2, 3 }, DataModel::ListWriteOperation::kListWriteFailure);
9595
}
9696

97-
9897
TEST(TestDefaultServerCluster, AttributesDefault)
9998
{
10099
FakeDefaultServerCluster cluster({ 1, 2 });

0 commit comments

Comments
 (0)