Skip to content

Commit

Permalink
tiny test update
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalosh committed Jun 28, 2021
1 parent 388ca61 commit 0895f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/integration/MessageStreamsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ void edit() throws PostmarkException, IOException {

@Test
void archive() throws PostmarkException, IOException {
String streamId = "bulk1";
String streamId = "bulk-test";
MessageStreams messages = client.getMessageStreams(Parameters.init().build("messageStreamType", "all")
.build("includeArchivedStreams", "true"));

Expand Down

0 comments on commit 0895f78

Please sign in to comment.