factor out setup test

This commit is contained in:
2024-10-07 19:05:36 +03:00
parent 4cd7c742ef
commit 992dd0bd54
3 changed files with 220 additions and 537 deletions

View File

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