Skip to content

Commit

Permalink
Merge pull request #189 from timja/patch-1
Browse files Browse the repository at this point in the history
Fix typo in test name
  • Loading branch information
MarkEWaite authored Dec 18, 2019
2 parents c393ddd + 9f71b32 commit acb063f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class TestCrumbIssuerConfigurationAsCodeTest {
public RuleChain chain = RuleChain.outerRule(j).around(logRule);

@Test
public void testCrumpIssuerShouldBeSupportedWhenExportingConfiguration() throws Exception {
public void testCrumbIssuerShouldBeSupportedWhenExportingConfiguration() throws Exception {
ByteArrayOutputStream outputStream = new ByteArrayOutputStream();
ConfigurationAsCode.get().export(outputStream);

Expand Down

0 comments on commit acb063f

Please sign in to comment.