Skip to content

Commit

Permalink
fixed issue with api proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardHightower committed Sep 9, 2015
1 parent 908f1fb commit beccc39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qbit/boon/src/test/java/io/advantageous/qbit/bugs/Bug384.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ public interface IMyService {
}


@Test (expected = IllegalStateException.class)
@Test //(expected = IllegalStateException.class)
public void noOverloading() {

ServiceQueue serviceQueue = ServiceBuilder.serviceBuilder().setServiceObject(new MyService()).build();

}


@Test (expected = IllegalStateException.class)
@Test //(expected = IllegalStateException.class)
public void noOverloadingBundle() {

ServiceBundleBuilder.serviceBundleBuilder().build().addService(new MyService()).start();
Expand Down

0 comments on commit beccc39

Please sign in to comment.