Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Jun 5, 2012
1 parent f0e65cb commit 1fc2bba
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -74,7 +74,7 @@ public void canCreateProjectAndVersion()

}

@Test(expectedExceptions = RuntimeException.class, expectedExceptionsMessageRegExp = "This slug is not available")
@Test(expectedExceptions = RuntimeException.class, expectedExceptionsMessageRegExp = "This Project ID is not available")
public void cannotCreateProjectWithSameProjectId() {
new LoginWorkFlow().signIn("admin", "admin");
ProjectWorkFlow projectWorkFlow = new ProjectWorkFlow();
Expand Down

0 comments on commit 1fc2bba

Please sign in to comment.