Skip to content

Commit

Permalink
test: add unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yvrng committed Sep 23, 2024
1 parent 7670e26 commit 17cd491
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions src/test/java/io/kestra/plugin/kafka/KafkaTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,16 @@ public class KafkaTest {
},
{
"name": "stat",
"type": [
"null", {
"type": "record",
"name": "stat",
"fields": [
{
"name": "followers_count",
"type": "long"
}
]
}
]
"type": {
"type": "record",
"name": "stat",
"fields": [
{
"name": "followers_count",
"type": "long"
}
]
}
}
]
}
Expand Down

0 comments on commit 17cd491

Please sign in to comment.