Skip to content

Commit 2a5d899

Browse files
IanMatthewHuffIan Huff
andauthored
update button count (#12381)
Co-authored-by: Ian Huff <[email protected]>
1 parent c646c19 commit 2a5d899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/datascience/debugger.functional.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ suite('DataScience Debugger tests', () => {
383383
// We should be in the break state. See if buttons indicate that or not
384384
cell = getLastOutputCell(wrapper, 'NativeCell');
385385
ImageButtons = cell.find(ImageButton);
386-
assert.equal(ImageButtons.length, 4, 'Cell buttons wrong number');
386+
assert.equal(ImageButtons.length, 5, 'Cell buttons wrong number');
387387
},
388388
() => {
389389
ioc.setExperimentState(RunByLine.experiment, true);

0 commit comments

Comments
 (0)