Skip to content

Commit 472e772

Browse files
committed
add missing usings
1 parent 278e6ec commit 472e772

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libraries/tests/AWS.Lambda.Powertools.Kafka.Tests/HeaderExtensionsTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using System.Text;
2+
using AWS.Lambda.Powertools.Kafka.Avro;
23

34
namespace AWS.Lambda.Powertools.Kafka.Tests
45
{

libraries/tests/AWS.Lambda.Powertools.Kafka.Tests/PowertoolsKafkaSerializerBaseTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
using System.Text;
33
using System.Text.Json;
44
using System.Text.Json.Serialization;
5+
using AWS.Lambda.Powertools.Kafka.Avro;
56

67
namespace AWS.Lambda.Powertools.Kafka.Tests
78
{

0 commit comments

Comments
 (0)