mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-07 22:20:24 +00:00
Update Go AWS SDK to the latest version
This commit is contained in:
committed by
Andrey Smirnov
parent
d08be990ef
commit
94a72b23ff
+3
-2
@@ -1,8 +1,9 @@
|
||||
package jmespath
|
||||
|
||||
import (
|
||||
"github.com/stretchr/testify/assert"
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
func TestSlicePositiveStep(t *testing.T) {
|
||||
@@ -45,7 +46,7 @@ func TestIsFalseWithUserDefinedStructs(t *testing.T) {
|
||||
|
||||
func TestIsFalseWithNilInterface(t *testing.T) {
|
||||
assert := assert.New(t)
|
||||
var a *int = nil
|
||||
var a *int
|
||||
var nilInterface interface{}
|
||||
nilInterface = a
|
||||
assert.True(isFalse(nilInterface))
|
||||
|
||||
Reference in New Issue
Block a user