From 91dd3e6d3ef1cd23fd0422c830a9b067922d2536 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Mon, 18 May 2020 15:21:45 +0200 Subject: [PATCH] NNC : Fix pytest --- .../GrpcInterface/Python/rips/tests/test_nnc_properties.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationCode/GrpcInterface/Python/rips/tests/test_nnc_properties.py b/ApplicationCode/GrpcInterface/Python/rips/tests/test_nnc_properties.py index 0f542eb37f..10be9a05e8 100644 --- a/ApplicationCode/GrpcInterface/Python/rips/tests/test_nnc_properties.py +++ b/ApplicationCode/GrpcInterface/Python/rips/tests/test_nnc_properties.py @@ -22,7 +22,7 @@ def test_10kSync(rips_instance, initialize_test): assert(NNCProperties_pb2.NNCPropertyType.Value('NNC_STATIC') == properties[0].property_type) nnc_connections = case.nnc_connections() - assert(len(nnc_connections) == 3416) + assert(len(nnc_connections) == 3627) connection = nnc_connections[0] assert(connection.cell1.i == 33)