Skip to content

Commit

Permalink
Teetsss
Browse files Browse the repository at this point in the history
  • Loading branch information
ubaldot committed Jun 15, 2024
1 parent 55d8559 commit 3ab8408
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_replica.vim
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,13 @@ def g:Test_replica_basic()
ReplicaConsoleToggle
WaitForAssert(() => assert_equal(2, winnr('$')))
# TODO: Check how to remove the söeeå
sleep 1
sleep 2
redraw!
var bufnr = term_list()[0]
var lastline = LastIpythonNonBlankLine(bufnr)

var expected_prompt = '[1]'
assert_true(lastline =~# expected_prompt)
# WaitForAssert(() => assert_true(lastline =~# expected_prompt))

Cleanup_python_testfile()
enddef

0 comments on commit 3ab8408

Please sign in to comment.