Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Fix test decorator order
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrco committed Jan 22, 2015
1 parent 0aad5a1 commit 839744e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/transformers/tasks/test_latest_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@

class ComputeTestCase(unittest.TestCase):

@patch("performanceplatform.client.AdminAPI.get_data_set_dashboard")
@patch("performanceplatform.client.DataSet.from_group_and_type")
@patch("performanceplatform.client.AdminAPI.get_data_set_dashboard")
def test_compute(self, mock_dashboard, mock_dataset):
mock_dashboard_data = [
{
Expand Down

0 comments on commit 839744e

Please sign in to comment.