Skip to content

Commit

Permalink
Fix configuration test
Browse files Browse the repository at this point in the history
  • Loading branch information
ascandella committed Aug 12, 2015
1 parent a3c378d commit de57a58
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -57,6 +57,6 @@ public void testRoundTripConfiguration() throws Exception {

PhabricatorBuildWrapper after = p.getBuildWrappersList().get(PhabricatorBuildWrapper.class);
j.assertEqualBeans(wrapper, after,
"createCommit,applyToMaster,showBuildStartedMessage,uberDotArcanist");
"createCommit,applyToMaster,showBuildStartedMessage");
}
}

0 comments on commit de57a58

Please sign in to comment.