Skip to content

Commit

Permalink
[INTERNAL] Resource: getStream for empty string
Browse files Browse the repository at this point in the history
Adjust wording
  • Loading branch information
tobiasso85 committed Jun 19, 2020
1 parent 914922c commit d10cecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/adapters/FileSystem_read.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ test("glob resources from application.a with directory exclude", async (t) => {
});

await readerWriter.byGlob("/!(pony,unicorn)/**").then(function(resources) {
t.deepEqual(resources.length, 3, "Found exactly two resource");
t.deepEqual(resources.length, 3, "Found exactly three resource");
});
});

Expand Down

0 comments on commit d10cecb

Please sign in to comment.