Skip to content

Commit

Permalink
test: Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Aug 31, 2024
1 parent 0c4910b commit 758b27e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/tests/OpenAI.IntegrationTests/Tools/VariousTypesTools.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
using DescriptionAttribute = System.ComponentModel.DescriptionAttribute;
// ReSharper disable RedundantUsingDirective
using System;
using DescriptionAttribute = System.ComponentModel.DescriptionAttribute;

namespace OpenAI.IntegrationTests;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using DescriptionAttribute = System.ComponentModel.DescriptionAttribute;
// ReSharper disable RedundantUsingDirective
using System.Threading;
using System.Threading.Tasks;
using DescriptionAttribute = System.ComponentModel.DescriptionAttribute;

namespace OpenAI.IntegrationTests;

Expand Down
5 changes: 4 additions & 1 deletion src/tests/OpenAI.IntegrationTests/Tools/WeatherTools.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using DescriptionAttribute = System.ComponentModel.DescriptionAttribute;
// ReSharper disable RedundantUsingDirective
using System.Threading;
using System.Threading.Tasks;
using DescriptionAttribute = System.ComponentModel.DescriptionAttribute;

namespace OpenAI.IntegrationTests;

Expand Down

0 comments on commit 758b27e

Please sign in to comment.