mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:46:30 +00:00
make python app load a bit eariler, making startup a bit faster
This commit is contained in:
@@ -20,7 +20,6 @@ public class DictTest
|
||||
}
|
||||
|
||||
[Theory]
|
||||
[InlineData(null, 0)]
|
||||
[InlineData(new int[]{}, 0)]
|
||||
[InlineData(new int[]{1, 2, 5}, 1)]
|
||||
[InlineData(new int[]{3, -2, 5}, -2)]
|
||||
|
||||
Reference in New Issue
Block a user