1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-09 15:50:53 +00:00

Move TSetup to top of file, use in TestSealRequest

This commit is contained in:
Kane York 2015-12-16 14:34:05 -08:00
parent 4509a4245f
commit ddc5e02cd7
2 changed files with 54 additions and 66 deletions

View file

@ -6,7 +6,7 @@ import (
)
func TestSealRequest(t *testing.T) {
SetupRandomKeys(t)
TSetup(0, nil)
values := url.Values{
"QuickBrownFox": []string{"LazyDog"},
@ -28,3 +28,7 @@ func TestSealRequest(t *testing.T) {
t.Errorf("Failed to round-trip, got back %v", unsealedValues)
}
}
func TestSendRemoteCommand(t *testing.T) {
}