Skip to content

Commit dff32c1

Browse files
committed
update test
1 parent 2dc47fe commit dff32c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/integration/MessageStreamsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ void edit() throws PostmarkException, IOException {
6363

6464
@Test
6565
void archive() throws PostmarkException, IOException {
66-
String streamId = "bulk-test-stream-120";
66+
String streamId = "bulk-test-stream-1201";
6767
MessageStreams messages = client.getMessageStreams(Parameters.init().build("messageStreamType", "all")
6868
.build("includeArchivedStreams", "true"));
6969

0 commit comments

Comments
 (0)