aboutsummaryrefslogtreecommitdiff
path: root/terra_test.go
blob: 86aec124753df92ff2fae3e4dcd27cbbeb7229c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Copyright (C) 2021-2021 The Whirlsplash Collective
// SPDX-License-Identifier: GPL-3.0-only

package terra

// import "testing"

// TODO: Implement
/* func TestConnect(t *testing.T) {
	s := Session{
		Ip:       "209.240.84.122",
		Port:     "6650",
		Username: "fuwn",
		Password: "somethingsecure22",
		Avatar:   "Vamp.mov",
	}

	if err := s.Connect(); err != nil {
		t.Fatalf("Connect() returned error: %+v", err)
	}
} */