1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-12-01 22:51:45 +02:00

Swap out bmizerany/assert package that is deprecated in favor of stretchr/testify/assert

This commit is contained in:
Tanvir Alam
2017-10-23 12:23:46 -04:00
parent fd3925d204
commit 8a77cfcac3
15 changed files with 19 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ import (
"testing"
"time"
"github.com/bmizerany/assert"
"github.com/stretchr/testify/assert"
)
func TestRefresh(t *testing.T) {