diff --git a/aql/convertQuery.go b/aql/convertQuery.go
index b85757c8018f9a9f2ac7ef3d6cf24fc6c85f563f..ef30f5e114e63b9b97d9f97b1698fac3a54319b6 100644
--- a/aql/convertQuery.go
+++ b/aql/convertQuery.go
@@ -37,7 +37,8 @@ import "git.science.uu.nl/graphpolaris/query-conversion/entity"
 // 		}
 // 	}
 func (s *Service) ConvertQuery(JSONQuery *entity.IncomingQueryJSON) (*string, error) {
-	return &"", nil
+	str := "hi"
+	return &str, nil
 }
 
 // 	// Make sure that no relation mentions a non-existing entity
diff --git a/aql/convertQueryBenchmark_test.go b/aql/convertQueryBenchmark_test.go
index 9a607252407f0c456e18aa971e6114b9b2e346ad..88ac0e514a2642d26c6609819d8fbb7aa562c5c6 100644
--- a/aql/convertQueryBenchmark_test.go
+++ b/aql/convertQueryBenchmark_test.go
@@ -3,7 +3,7 @@
 // © Copyright Utrecht University (Department of Information and Computing Sciences)
 // */
 
-// package aql
+package aql
 
 // import (
 // 	"encoding/json"
diff --git a/aql/convertQuery_test.go b/aql/convertQuery_test.go
index 105f9007c0cb629d49fe0a8024b279cc8d59793d..830e9f8c69136ce582e1f569585c675fc136abf8 100644
--- a/aql/convertQuery_test.go
+++ b/aql/convertQuery_test.go
@@ -3,7 +3,7 @@
 // © Copyright Utrecht University (Department of Information and Computing Sciences)
 // */
 
-// package aql
+package aql
 
 // import (
 // 	"encoding/json"