Skip to content

Commit 4912d36

Browse files
author
Viktor Pelepiak
committed
Fix UTs
1 parent 305c238 commit 4912d36

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

slack-base/src/main/java/com/hubspot/slack/client/methods/params/chat/workobject/entity/EntityPayloadAttributesIF.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
44
import com.hubspot.immutables.style.HubSpotStyle;
5-
import com.hubspot.slack.client.methods.params.chat.workobject.ProductIcon;
65
import com.hubspot.slack.client.methods.params.chat.workobject.serializers.DisplayTypeSerializer;
76
import java.util.Optional;
87
import org.immutables.value.Value;

slack-base/src/main/java/com/hubspot/slack/client/methods/params/chat/workobject/ProductIconIF.java renamed to slack-base/src/main/java/com/hubspot/slack/client/methods/params/chat/workobject/entity/ProductIconIF.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.hubspot.slack.client.methods.params.chat.workobject;
1+
package com.hubspot.slack.client.methods.params.chat.workobject.entity;
22

33
import com.hubspot.immutables.style.HubSpotStyle;
44
import org.immutables.value.Value;

slack-base/src/test/resources/chat_unfurl_params_using_attachment.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
},
2727
"user_auth_message": null,
2828
"user_auth_url": null,
29-
"is_user_auth_required": null
29+
"is_user_auth_required": null,
30+
"metadata" : null
3031
}

slack-base/src/test/resources/chat_unfurl_params_using_block.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
},
2222
"user_auth_message": null,
2323
"user_auth_url": null,
24-
"is_user_auth_required": null
24+
"is_user_auth_required": null,
25+
"metadata" : null
2526
}

0 commit comments

Comments
 (0)