We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50af506 commit 09da157Copy full SHA for 09da157
spec/superset/services/dashboard_loader_spec.rb
@@ -53,7 +53,6 @@
53
54
it 'loads the charts yaml' do
55
charts = loader.dashboard_config[:charts]
56
-binding.pry
57
expect(charts.size).to eq(5)
58
expect(charts.map {|c| File.basename(c[:filename]) }).to match_array([
59
"Boy_Name_Cloud_53920.yaml",
0 commit comments