summaryrefslogtreecommitdiffstats
path: root/api/server_test.go
blob: 53ad652c955b97002513d876cf18d4739cf21411 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.

package api

import (
	"testing"
)

func TestServer(t *testing.T) {
}