Skip to content

Commit

Permalink
fix: use correct import for docker facts
Browse files Browse the repository at this point in the history
Signed-off-by: Adrien Mannocci <adrien.mannocci@elastic.co>
  • Loading branch information
amannocci committed Sep 22, 2023
1 parent 22e022c commit c3809f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Elastic.Apm.DiagnosticSource;
using Elastic.Apm.Elasticsearch;
using Elastic.Apm.Tests.Utilities;
using Elastic.Apm.Tests.Utilities.XUnit;
using Elastic.Apm.Tests.Utilities.Docker;
using FluentAssertions;
using Xunit;
using Xunit.Abstractions;
Expand Down

0 comments on commit c3809f3

Please sign in to comment.