emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/graphql 0756399fc9 22/56: Test unnamed query


From: ELPA Syncer
Subject: [elpa] externals/graphql 0756399fc9 22/56: Test unnamed query
Date: Sat, 29 Oct 2022 13:57:54 -0400 (EDT)

branch: externals/graphql
commit 0756399fc95c0cab77ac214eff3ff7f8bea2d5fe
Author: Sean Allred <code@seanallred.com>
Commit: Sean Allred <code@seanallred.com>

    Test unnamed query
---
 test/graphql-test.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/graphql-test.el b/test/graphql-test.el
index 1a153bf3f6..b18283727a 100644
--- a/test/graphql-test.el
+++ b/test/graphql-test.el
@@ -46,6 +46,8 @@
                    
"addReaction(input:{subjectId:\"MDU6SXNzdWUxNzc2MzA3Mjk=\",content:HOORAY})")))
 
 (ert-deftest encode-query ()
+  (should (string= (graphql-query (repository))
+                   "query{repository}"))
   (should (string= (graphql-query (test)
                                   (repository))
                    "query test{repository}"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]