Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestKeyString (0.23 sec)

  1. internal/store/store_test.go

    //
    // You should have received a copy of the GNU Affero General Public License
    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
    package store
    
    import (
    	"testing"
    )
    
    func TestKeyString(t *testing.T) {
    	testCases := []struct {
    		key            Key
    		expectedString string
    	}{
    		{
    			key: Key{
    				Name:      "01894394-d046-4783-ba0d-f1c6885790dc",
    				Extension: ".event",
    			},
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Sep 06 23:06:30 UTC 2024
    - 4K bytes
    - Viewed (0)
Back to top