Skip to content

Commit

Permalink
rdrf #2449 minimal failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
id2359 committed Apr 12, 2023
1 parent da0783a commit 06fb03d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rdrf/dashboards/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_normal_case(self):

table_data = tl._get_table_data()

self.check_baseline(table_date)
self.check_baseline(table_data)

self.check_followups(table_data)

Expand All @@ -53,8 +53,6 @@ def create_traffic_light(self, data):
return TrafficLight(data)

def create_dataframe(self):
import pandas as pd

return None

def check_baseline(self, df):
Expand Down

0 comments on commit 06fb03d

Please sign in to comment.