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
bcoe and JustinBeckwith authored Apr 13, 2020
1 parent 7221e40 commit 6a842d4
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 6a842d4

Please sign in to comment.