Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 136e976

Browse files
committed
Expect test not to fail.
1 parent ffe5885 commit 136e976

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/test/java/synapticloop/b2/request/B2StartLargeFileRequestTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121

2222
public class B2StartLargeFileRequestTest {
2323

24-
// this is expected until the large file support goes live
25-
@Test(expected=B2ApiException.class)
24+
@Test
2625
public void getResponse() throws Exception {
2726
B2AuthorizeAccountResponse b2AuthorizeAccountResponse = B2TestHelper.getB2AuthorizeAccountResponse();
2827

0 commit comments

Comments
 (0)