Skip to content

Commit 908cbbd

Browse files
Code review comment - Remove unused variable from test
1 parent f46adc4 commit 908cbbd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

UnityDataTool.Tests/UnityDataToolPlayerDataTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ public async Task Analyze_PlayerDataNoTypeTree_ReportsFailureCorrectly()
9191
{
9292
// Test for issue #48: Files that fail to process should be counted as failures, not successes
9393
var testDataFolder = Path.Combine(TestContext.CurrentContext.TestDirectory, "Data", "PlayerNoTypeTree");
94-
var databasePath = SQLTestHelper.GetDatabasePath(m_TestOutputFolder);
9594

9695
using var swOut = new StringWriter();
9796
using var swErr = new StringWriter();

0 commit comments

Comments
 (0)