Remove the nullable disable annotation in the test project and fix the api broken.

This commit is contained in:
為什麼
2022-07-11 00:07:17 +08:00
committed by andy840119
parent 317558f876
commit d9addebc93
8 changed files with 4 additions and 20 deletions

View File

@ -1,8 +1,6 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
#nullable disable
using System;
using System.Linq;
using Moq;