Skip to content

Commit 6a842d4

Browse files
Benjamin E. CoeJustinBeckwith
andauthored
chore: don't enforce count (#582)
Co-authored-by: Justin Beckwith <[email protected]>
1 parent 7221e40 commit 6a842d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dialogflow/system-test/list-session-entity-types.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ describe('list session entity types', () => {
6868
const output = exec(`${cmd} list-session-entity-types -s ${sessionId}`);
6969
assert.include(output, sessionId);
7070
assert.include(output, displayName);
71-
assert.include(output, '2');
71+
assert.include(output, 'Number of entities');
7272
});
7373

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

0 commit comments

Comments
 (0)