feat(TestAutomation) Harass Calculator tests and Search box style fix
This commit is contained in:
+2
-2
@@ -2,12 +2,12 @@
|
||||
|
||||
public class TravelTime
|
||||
{
|
||||
public TravelTime(int index, int value)
|
||||
public TravelTime(int index, float value)
|
||||
{
|
||||
Index = index;
|
||||
Value = value;
|
||||
}
|
||||
|
||||
public int Index { get; set; }
|
||||
public int Value { get; set; }
|
||||
public float Value { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user