When i run truffle test following errors occure

 Contract: SimpleSmartContract
   1) should be deployed
    > No events were emitted


   0 passing (130ms)
1 failing

 1) Contract: SimpleSmartContract
   should be deployed:
 Error: SimpleSmartContract has not been deployed to detected network (network/artifact mismatch)
  at Object.checkNetworkArtifactMatch (F:\node\node_modules\truffle\build\webpack:\packages\contract\lib\utils\index.js:245:1)
  at Function.deployed (F:\node\node_modules\truffle\build\webpack:\packages\contract\lib\contract\constructorMethods.js:88:1)
  at processTicksAndRejections (internal/process/task_queues.js:93:5)
  at Context.<anonymous> (test\simpleSmartContract.js:5:33)
1 Like

Please share your repo. As I do not know your code, I am just guessing, but maybe this could help: stackexchange forum post