password has to be at least 6 chars long
This commit is contained in:
@@ -59,7 +59,7 @@ namespace PocketSharp.Tests
|
||||
public async Task AreItemsRetrievedProperlyWithoutLimit()
|
||||
{
|
||||
List<PocketItem> items = await client.Get(state: State.all);
|
||||
Assert.True(items.Count > 0);
|
||||
Assert.True(items.Count > 6000);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user