Skip to content

Commit

Permalink
Fix TestBuntDBCache_NewCache_WithInvalidURL test error on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mstmdev committed Nov 18, 2022
1 parent 459e429 commit 1a55d96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buntdb/buntdb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ func TestBuntDBCache_NewCache_WithInvalidURL(t *testing.T) {
testCases := []struct {
conn string
}{
{"buntdb:https://:invalid:"},
{"buntdb:https:///invalid"},
{"buntdb:https://"},
}
for _, tc := range testCases {
t.Run(tc.conn, func(t *testing.T) {
Expand Down

0 comments on commit 1a55d96

Please sign in to comment.