mirror of
https://github.com/onyx-and-iris/vbantxt.git
synced 2025-04-11 00:33:47 +01:00
wsl2 network mirroring now supports localhost.
This commit is contained in:
parent
b070fb615e
commit
8aceb8229f
@ -28,14 +28,14 @@ func run(t *testing.T, client *vbantxt.VbanTxt, script []byte) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestSendVm(t *testing.T) {
|
func TestSendVm(t *testing.T) {
|
||||||
client, err := vbantxt.New("vm.local", 6980, "onyx")
|
client, err := vbantxt.New("localhost", 6980, "onyx")
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
|
|
||||||
run(t, client, vm)
|
run(t, client, vm)
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestSendMatrix(t *testing.T) {
|
func TestSendMatrix(t *testing.T) {
|
||||||
client, err := vbantxt.New("vm.local", 6990, "onyx")
|
client, err := vbantxt.New("localhost", 6990, "onyx")
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
|
|
||||||
run(t, client, matrix)
|
run(t, client, matrix)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user