tracks/csharp/generators/Exercises/Say.cs in trackler-2.2.1.151 vs tracks/csharp/generators/Exercises/Say.cs in trackler-2.2.1.152
- old
+ new
@@ -8,10 +8,10 @@
protected override void UpdateCanonicalData(CanonicalData canonicalData)
{
foreach (var canonicalDataCase in canonicalData.Cases)
{
canonicalDataCase.Property = "InEnglish";
- canonicalDataCase.ExceptionThrown = canonicalDataCase.Expected is long ? typeof(ArgumentOutOfRangeException) : null;
+ canonicalDataCase.ExceptionThrown = canonicalDataCase.Expected is int ? typeof(ArgumentOutOfRangeException) : null;
}
}
}
}
\ No newline at end of file