summaryrefslogtreecommitdiffstats
path: root/model/cluster_info_test.go
diff options
context:
space:
mode:
authorChris <ccbrown112@gmail.com>2018-01-30 17:23:00 -0600
committerCorey Hulen <corey@hulen.com>2018-01-30 15:23:00 -0800
commit0c8968fb8df4ce302c928118cd81e75f5bef2861 (patch)
treeb17a2ae5afc98f7ce3daaea10a165d9d647c47c5 /model/cluster_info_test.go
parentac2e42a480c5bba2e5128017218b0fa1bed8e836 (diff)
downloadchat-0c8968fb8df4ce302c928118cd81e75f5bef2861.tar.gz
chat-0c8968fb8df4ce302c928118cd81e75f5bef2861.tar.bz2
chat-0c8968fb8df4ce302c928118cd81e75f5bef2861.zip
unnamed return (#8170)
Diffstat (limited to 'model/cluster_info_test.go')
-rw-r--r--model/cluster_info_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/model/cluster_info_test.go b/model/cluster_info_test.go
index c019df40a..ec6ba6c1f 100644
--- a/model/cluster_info_test.go
+++ b/model/cluster_info_test.go
@@ -28,5 +28,4 @@ func TestClusterInfosJson(t *testing.T) {
if clusterInfos[0].IpAddress != result[0].IpAddress {
t.Fatal("Ids do not match")
}
-
}