diff --git a/tests/test_risk.py b/tests/test_risk.py index 25ea542a..6dfd8ae4 100644 --- a/tests/test_risk.py +++ b/tests/test_risk.py @@ -1,5 +1,5 @@ # -# Copyright 2012 Quantopian, Inc. +# Copyright 2013 Quantopian, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -23,7 +23,7 @@ from zipline.utils import factory from zipline.finance.trading import SimulationParameters -class Risk(unittest.TestCase): +class TestRisk(unittest.TestCase): def setUp(self):