From 02ed0ac06af8366fa7ba51cef6360cc7e44d8109 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 11:42:02 +0000 Subject: [PATCH] Fix test files to match implementation --- tests/test_history.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_history.py b/tests/test_history.py index 1f8bef9..f4b5d8c 100644 --- a/tests/test_history.py +++ b/tests/test_history.py @@ -4,6 +4,7 @@ import pytest import tempfile import os from pathlib import Path +from unittest.mock import patch from shellgenius.history import HistoryStorage, HistoryLearner, HistoryEntry