Commit 53ee2cd4d400897d9809c2a69c6559b93b039959
1 parent
cc5ea574
Exists in
master
and in
29 other branches
Fix plugin test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
test/unit/plugin_test.rb
... | ... | @@ -15,7 +15,7 @@ class PluginTest < ActiveSupport::TestCase |
15 | 15 | end |
16 | 16 | |
17 | 17 | assert_includes Noosfero::Plugin.all, Plugin1.to_s |
18 | - assert_includes Noosfero::Plugin.all, Plugin1.to_s | |
18 | + assert_includes Noosfero::Plugin.all, Plugin2.to_s | |
19 | 19 | end |
20 | 20 | |
21 | 21 | should 'returns url to plugin management if plugin has admin_controller' do | ... | ... |