Skip to content

Commit

Permalink
Correct test name
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvest committed Jun 26, 2017
1 parent b0a11a6 commit b766e69
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -449,7 +449,7 @@ public void apply( Adder adder )
} }


@Test @Test
public void asyncWorkDoneInAnotherThreadThatThrowsMustRememberException() throws Exception // TODO!!! public void asyncWorkThatThrowsInAwaitMustRememberException() throws Exception
{ {
Future<Void> stuckAtSemaphore = makeWorkStuckAtSemaphore( 1 ); Future<Void> stuckAtSemaphore = makeWorkStuckAtSemaphore( 1 );


Expand Down

0 comments on commit b766e69

Please sign in to comment.