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

package api

import (
	"testing"
)

func TestServer(t *testing.T) {
}