adding test files.

This commit is contained in:
Jason Kulatunga
2020-08-21 21:14:25 -07:00
parent d636709aa1
commit 92d54df022
10 changed files with 2430 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
func TestFromCollectorSmartInfo(t *testing.T) {
//setup
smartDataFile, err := os.Open("../testdata/smart.json")
smartDataFile, err := os.Open("../testdata/smart-ata.json")
require.NoError(t, err)
defer smartDataFile.Close()