Skip to content

Commit

Permalink
test: Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Aug 22, 2024
1 parent 85fa527 commit 194733a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/LangSmith.IntegrationTests/Tests.Ok.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ public partial class Tests
public async Task Ok()
{
using var api = GetAuthorizedApi();
var response = await api.OkOkGetAsync();
var response = await api.OkApiV1OkGetAsync();
}
}

0 comments on commit 194733a

Please sign in to comment.