I can't pass CodeRoad test nor reset the lesson at all - Learn Git by Building an SQL Reference Object - Build an SQL Reference Object

Tell us what’s happening:
I’m stuck: 2 days ago I left my session of this lesson and tried to continue today.

This test won’t pass:

Apparently the git info got deleted/corrupted and there was not stashes to show. I tried to modify some characters to create new stashes but CodeRoad still doesn’t pass.

Also I tried soft reset and full reset, but the later doesn’t work. Just does nothing, I thought it would fully reset the lesson.

Your code so far

{
  "database": {
    "create": "CREATE DATABASE database_name;",
    "drop": "DROP DATABASE database_name;"
  },
  "table": {
    "create": "CREATE TABLE table_name();",
    "drop": "DROP TABLE table_name;"
  },
  "row": {
    "insert": "INSERT INTO table_name(columns) VALUES(values);"
  }
}

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46

Challenge: Learn Git by Building an SQL Reference Object - Build an SQL Reference Object

Link to the challenge:

Are you in the correct path for this step?

1 Like

I totally forgot that I had to change the directory to sql_reference :smile: Thank you!

1 Like