This commit is contained in:
konrad 2019-03-17 16:21:54 +01:00
parent ee9728c756
commit 94d5691e1e
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -43,4 +43,4 @@ void main() {
expect(getRepeatAfterTypeFromDuration(testDuration), null);
expect(getRepeatAfterValueFromDuration(testDuration), null);
});
}
}