Created
January 12, 2024 19:45
-
-
Save smatting/94c3b81d7c6484690c1643a963521a8c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Testing: /home/stefan/repos/neogit/tests/specs/neogit/popups/remote_spec.lua | |
| Fail || remote popup can add remote | |
| ...enary.nvim/start/plenary.nvim/lua/plenary/async/util.lua:37: Blocking on future timed out or was interrupted. | |
| ./tests/util/git_harness.lua:69: ...n/repos/neogit/tests/specs/neogit/popups/remote_spec.lua:38: Expected objects to be the same. | |
| Passed in: | |
| (table: 0x7f5d7833f410) { | |
| [1] = 'foo' | |
| [2] = 'origin' } | |
| Expected: | |
| (table: 0x7f5d78339958) { | |
| [1] = 'foo' | |
| [2] = 'origin' | |
| *[3] = 'other' } | |
| stack traceback: | |
| ...enary.nvim/start/plenary.nvim/lua/plenary/async/util.lua:37: in function 'block_on' | |
| ./tests/util/git_harness.lua:66: in function <./tests/util/git_harness.lua:55> | |
| Success: 0 | |
| Failed : 1 | |
| Errors : 0 | |
| ... | |
| Fail || log popup respects decorate switch | |
| ...enary.nvim/start/plenary.nvim/lua/plenary/async/util.lua:37: Blocking on future timed out or was interrupted. | |
| ./tests/util/git_harness.lua:69: ...efan/repos/neogit/tests/specs/neogit/popups/log_spec.lua:69: Expected objects to be the same. | |
| Passed in: | |
| (string) '6229a62 * Merge branch 'master' into second-branch' | |
| Expected: | |
| (string) 'e2c2a1c * b.txt' | |
| stack traceback: | |
| ...enary.nvim/start/plenary.nvim/lua/plenary/async/util.lua:37: in function 'block_on' | |
| ./tests/util/git_harness.lua:66: in function <./tests/util/git_harness.lua:55> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment