repository-provider-test-support 1.10.2 → 1.10.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repository-provider-test-support",
3
- "version": "1.10.2",
3
+ "version": "1.10.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -25,7 +25,7 @@ export async function entryListTest(t, branch, pattern, entryFixtures) {
25
25
  `${entry.name} '${ef.startsWith}'`
26
26
  );
27
27
 
28
- const stream = await entry.readStream();
28
+ const stream = await entry.readStream;
29
29
  const chunks = [];
30
30
  for await (const chunk of stream) {
31
31
  chunks.push(chunk);