Skip to content

Commit

Permalink
test(storage/fs/oci): ensure error is not nil
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeMac committed Nov 3, 2023
1 parent 9ea2d76 commit 8b8210e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/storage/fs/oci/source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ func Test_SourceSubscribe(t *testing.T) {

// fetch again and expected to get the same snapshot
found, err := source.Get(context.Background())
require.NoError(t, err)

assert.Equal(t, snap, found)
}
Expand Down

0 comments on commit 8b8210e

Please sign in to comment.