mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Added E-2C to USA, France, Bluefor.
This commit is contained in:
@@ -16,6 +16,7 @@ from dcs.planes import (
|
||||
F_117A,
|
||||
MQ_9_Reaper,
|
||||
E_3A,
|
||||
E_2C,
|
||||
KC130,
|
||||
KC_135,
|
||||
A_10C,
|
||||
@@ -67,6 +68,7 @@ class TestFactionLoader(unittest.TestCase):
|
||||
|
||||
self.assertEqual(len(faction.awacs), 1)
|
||||
self.assertIn(E_3A, faction.awacs)
|
||||
self.assertIn(E_2C, faction.awacs)
|
||||
|
||||
self.assertEqual(len(faction.tankers), 2)
|
||||
self.assertIn(KC_135, faction.tankers)
|
||||
|
||||
Reference in New Issue
Block a user