Adds SimplePredictReconcileTest

This commit is contained in:
Pieter-Jan Briers
2020-06-12 12:45:29 +02:00
parent a989fab0b4
commit 63c3e9577c
2 changed files with 472 additions and 0 deletions

View File

@@ -47,5 +47,8 @@
public const uint SURGERY = 1042;
public const uint MULTITOOLS = 1043;
public const uint PDA = 1044;
// Net IDs for integration tests.
public const uint PREDICTION_TEST = 10001;
}
}