From 91c562200d74fe63acf14ae5475156b03aa3a6a9 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Sat, 29 Jun 2019 11:03:55 +0200 Subject: [PATCH] Move missing file to stanza package --- stream_test.go => stanza/stream_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename stream_test.go => stanza/stream_test.go (98%) diff --git a/stream_test.go b/stanza/stream_test.go similarity index 98% rename from stream_test.go rename to stanza/stream_test.go index 663cad9..621bd9c 100644 --- a/stream_test.go +++ b/stanza/stream_test.go @@ -1,4 +1,4 @@ -package xmpp_test +package stanza_test import ( "encoding/xml"