branch: externals/vc-jj
commit aee981846f601d6242242c8013216e973c013b75
Author: Rudi Schlatte <r...@constantly.at>
Commit: Rudi Schlatte <r...@constantly.at>

    Fix tests in previous commit
    
    Remove leftover calls to removed functions
---
 vc-jj-tests.el | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/vc-jj-tests.el b/vc-jj-tests.el
index e2283fc909..ccfed7c0b1 100644
--- a/vc-jj-tests.el
+++ b/vc-jj-tests.el
@@ -78,10 +78,6 @@ is needed."
 (ert-deftest vc-jj-test-add-file ()
   (vc-jj-test-with-repo repo
     (write-region "New file" nil "README")
-    (should (vc-jj--file-tracked "README"))
-    (should (vc-jj--file-added "README"))
-    (should (not (vc-jj--file-modified "README")))
-    (should (not (vc-jj--file-conflicted "README")))
     (should (eq (vc-state "README" 'jj) 'added))))
 
 (ert-deftest vc-jj-test-added-tracked ()

Reply via email to