Skip to content

Commit

Permalink
Undo test changes, will fix on next branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pubmodmatt committed Oct 11, 2024
1 parent 88a9020 commit c58bf00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,9 @@ dependencies = [

[[package]]
name = "apollo-parser"
version = "0.8.3"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b64257011a999f2e22275cf7a118f651e58dc9170e11b775d435de768fad0387"
checksum = "9692c1bfa7e0628e5c46bd0538571dd469138a0f062290fd4bf90e20e46f05da"
dependencies = [
"memchr",
"rowan",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ debug = 1
# https://doc.rust-lang.org/cargo/reference/workspaces.html#the-dependencies-table
[workspace.dependencies]
apollo-compiler = "=1.0.0-beta.24"
apollo-parser = "0.8.3"
apollo-parser = "0.8.0"
apollo-smith = "0.14.0"
async-trait = "0.1.77"
hex = { version = "0.4.3", features = ["serde"] }
Expand Down
10 changes: 2 additions & 8 deletions apollo-router/tests/integration/operation_name.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,9 @@ async fn empty_document() {
{
"errors": [
{
"message": "parsing error: syntax error: Unexpected <EOF>.",
"locations": [
{
"line": 1,
"column": 27
}
],
"message": "Syntax Error: Unexpected <EOF>.",
"extensions": {
"code": "PARSING_ERROR"
"code": "GRAPHQL_PARSE_FAILED"
}
}
]
Expand Down

0 comments on commit c58bf00

Please sign in to comment.