Skip to content

Commit

Permalink
Remove plasma from dci snapshot test as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScarlettGatelyMoore committed Aug 5, 2019
1 parent 7f57e1d commit e22dae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-tooling/test/test_dci_snapshot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_components
setup
data = @d.components
assert_is_a(data, Array)
test_data = %w[netrunner extras backports ds9-artwork ds9-common netrunner-desktop calamares plasma]
test_data = %w[netrunner extras backports ds9-artwork ds9-common netrunner-desktop calamares]
assert_equal test_data, data
teardown
end
Expand Down

0 comments on commit e22dae5

Please sign in to comment.