Skip to content

Commit

Permalink
Fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiandongx committed Apr 27, 2019
1 parent c00fa2e commit fd5e975
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/test_radar.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ def test_radar_base():
Radar()
.add_schema(
schema=[
opts.RadarIndicatorOpts(name="销售", max_=6500),
opts.RadarIndicatorOpts(name="管理", max_=16000),
opts.RadarIndicatorOpts(name="信息技术", max_=30000),
opts.RadarIndicatorOpts(name="客服", max_=38000),
opts.RadarIndicatorOpts(name="研发", max_=52000),
opts.RadarIndicatorOpts(name="市场", max_=25000),
opts.RadarIndicatorItem(name="销售", max_=6500),
opts.RadarIndicatorItem(name="管理", max_=16000),
opts.RadarIndicatorItem(name="信息技术", max_=30000),
opts.RadarIndicatorItem(name="客服", max_=38000),
opts.RadarIndicatorItem(name="研发", max_=52000),
opts.RadarIndicatorItem(name="市场", max_=25000),
]
)
.add("预算分配", v1)
Expand Down

0 comments on commit fd5e975

Please sign in to comment.