Loading cog/actions.py +1 −1 Original line number Diff line number Diff line Loading @@ -1730,7 +1730,7 @@ class UM(Action): else: systems = cogdb.query.um_get_systems(self.session, sheet_src=self.args.sheet_src) response = '__Current UM Targets__\n\n' + '\n'.join( response = '__Current Combat / Undermining Targets__\n\n' + '\n'.join( [system.display() for system in systems]) await self.bot.send_message(self.msg.channel, response) Loading tests/cog/test_actions.py +1 −1 Original line number Diff line number Diff line Loading @@ -1344,7 +1344,7 @@ async def test_cmd_um(f_bot, f_testbed): await action_map(msg, f_bot).execute() expect = """__Current UM Targets__ expect = """__Current Combat / Undermining Targets__ ```Control | Pequen [A sec] 84% | Merits Missing 2000 Loading Loading
cog/actions.py +1 −1 Original line number Diff line number Diff line Loading @@ -1730,7 +1730,7 @@ class UM(Action): else: systems = cogdb.query.um_get_systems(self.session, sheet_src=self.args.sheet_src) response = '__Current UM Targets__\n\n' + '\n'.join( response = '__Current Combat / Undermining Targets__\n\n' + '\n'.join( [system.display() for system in systems]) await self.bot.send_message(self.msg.channel, response) Loading
tests/cog/test_actions.py +1 −1 Original line number Diff line number Diff line Loading @@ -1344,7 +1344,7 @@ async def test_cmd_um(f_bot, f_testbed): await action_map(msg, f_bot).execute() expect = """__Current UM Targets__ expect = """__Current Combat / Undermining Targets__ ```Control | Pequen [A sec] 84% | Merits Missing 2000 Loading