Skip to content

Commit

Permalink
fix: remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
Dor-bl committed Sep 23, 2023
1 parent 2066cfb commit 39420ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/Android/Device/PerformanceDataTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ public void GetPerformanceDataTest()
Assert.That(androidDriver?.GetPerformanceData(packageName, PerformanceDataType.NetworkInfo, 5),
Is.Not.Null.Or.Empty);
});
}
}
}
}

0 comments on commit 39420ce

Please sign in to comment.