pariyatti / mobile-app

The Pariyatti mobile app
https://pariyatti.app/
GNU Affero General Public License v3.0
8 stars 11 forks source link

Test error fix #18

Closed NamanShergill closed 3 years ago

NamanShergill commented 3 years ago
{"testID":3,"error":"FileSystemException: Cannot open file, path = 'D:\\Programming\\Flutter\\patta\\test/test/responseJson.json' (OS Error: The system cannot find the path specified.\r\n, errno = 3)","stackTrace":"dart:io
      _File.readAsStringSync\napi_test.dart 17:44  main.<fn>.getContents\napi_test.dart 23:37  main.<fn>\n","isFailure":false,"type":"error","time":2195}

changing the slashes is not working on windows

NamanShergill commented 3 years ago

The issue might be /test being \test in widnows