mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
NNC : Fix pytest
This commit is contained in:
parent
c8420d5962
commit
2df4def7b1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user