Skip to content

Commit

Permalink
Reverted test
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Oct 21, 2015
1 parent bd7bf01 commit 8af9454
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public void setUp()
@Test
public void testUpdateAddon() throws Exception
{
AddonId exampleId = AddonId.fromCoordinates(ADDON_NAME_TO_UPDATE + ",3.0.0.Final");
AddonId exampleId = AddonId.fromCoordinates(ADDON_NAME_TO_UPDATE + ",1.0.0.Final");
addonManager.deploy(exampleId).perform();

try (CommandController controller = uiTestHarness.createCommandController(AddonUpdateCommand.class))
Expand Down

0 comments on commit 8af9454

Please sign in to comment.