reference correct test data file

This commit is contained in:
Carlosokumu 2024-09-30 13:31:49 +03:00
parent 170d075545
commit 80ce141b80
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953

View File

@ -22,7 +22,7 @@ type Session struct {
}
func ReadData() []Session {
data, err := os.ReadFile("test_data_two.json")
data, err := os.ReadFile("test_data.json")
if err != nil {
log.Fatalf("Failed to read file: %v", err)
}