Skip to content

Commit

Permalink
chore: don't enforce count (#582)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Beckwith <justin.beckwith@gmail.com>
  • Loading branch information
2 people authored and NimJay committed Nov 18, 2022
1 parent d0eec7b commit b12f0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialogflow/system-test/list-session-entity-types.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe('list session entity types', () => {
const output = exec(`${cmd} list-session-entity-types -s ${sessionId}`);
assert.include(output, sessionId);
assert.include(output, displayName);
assert.include(output, '2');
assert.include(output, 'Number of entities');
});

after('delete the created entity type', async () => {
Expand Down

0 comments on commit b12f0e7

Please sign in to comment.