Skip to content

Commit d000e55

Browse files
committed
add test assertion for status bar item alignment
1 parent 3343209 commit d000e55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/notebooks/deepnote/sqlCellStatusBarProvider.unit.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ suite('SqlCellStatusBarProvider', () => {
184184
// Check variable status bar item is still shown
185185
const variableItem = items[0];
186186
assert.strictEqual(variableItem.text, 'Variable: df');
187+
assert.strictEqual(variableItem.alignment, 1);
187188
});
188189

189190
test('shows custom variable name when set in metadata', async () => {

0 commit comments

Comments
 (0)