Skip to content

Commit 0895f78

Browse files
committed
tiny test update
1 parent 388ca61 commit 0895f78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = "bulk1";
66+
String streamId = "bulk-test";
6767
MessageStreams messages = client.getMessageStreams(Parameters.init().build("messageStreamType", "all")
6868
.build("includeArchivedStreams", "true"));
6969

0 commit comments

Comments
 (0)