Skip to content

Commit 213e6f4

Browse files
committed
test(update): fix assertion after renaming deepctl update → dg update
1 parent 7d79918 commit 213e6f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/deepctl-cmd-update/tests/unit/test_startup_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def test_notification_displayed(self):
206206
output = stderr_capture.getvalue()
207207
assert "2.0.0" in output
208208
assert "1.0.0" in output
209-
assert "deepctl update" in output
209+
assert "dg update" in output
210210

211211
def test_no_notification_when_up_to_date(self, capsys):
212212
"""No output when no update is available."""

0 commit comments

Comments
 (0)