// Copyright 2024 Matthew Rich . All rights reserved. package source import ( "github.com/stretchr/testify/assert" "testing" ) func TestNewTarSource(t *testing.T) { s := NewTar() assert.NotNil(t, s) }