Skip to content

Commit

Permalink
Try C# fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Jul 10, 2024
1 parent 5223a48 commit 4360ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/test/Apache.Arrow.Adbc.Tests/AdbcTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ private string GetPathForAdbcH()
{
// find the adbc.h file from the repo

string path = Path.Combine(new string[] { "..", "..", "..", "..", "..", "c", "include", "arrow-adbc" });
string path = Path.Combine(new string[] { "..", "..", "..", "..", "..", "c", "include", "arrow-adbc", "adbc.h"});

Assert.True(File.Exists(path));

Expand Down

0 comments on commit 4360ea9

Please sign in to comment.