Skip to content

Commit

Permalink
test: update pretty-print.test.js
Browse files Browse the repository at this point in the history
Add QUERY to list of methods in test
  • Loading branch information
andokai committed Sep 24, 2024
1 parent 2ca50da commit 674900a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/pretty-print.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -673,8 +673,8 @@ test('pretty print - print all methods', t => {
└── /
└── test (ACL, BIND, CHECKOUT, CONNECT, COPY, DELETE, GET, HEAD, LINK, LOCK, \
M-SEARCH, MERGE, MKACTIVITY, MKCALENDAR, MKCOL, MOVE, NOTIFY, OPTIONS, PATCH, \
POST, PROPFIND, PROPPATCH, PURGE, PUT, REBIND, REPORT, SEARCH, SOURCE, SUBSCRIBE, \
TRACE, UNBIND, UNLINK, UNLOCK, UNSUBSCRIBE)
POST, PROPFIND, PROPPATCH, PURGE, PUT, QUERY, REBIND, REPORT, SEARCH, SOURCE, \
SUBSCRIBE, TRACE, UNBIND, UNLINK, UNLOCK, UNSUBSCRIBE)
`
t.equal(typeof tree, 'string')
t.equal(tree, expected)
Expand Down

0 comments on commit 674900a

Please sign in to comment.