Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- Replaced test meta from +junit to +tests
- changed metas order
- updated EO version to 0.29.4
  • Loading branch information
Graur committed May 19, 2023
1 parent b546e24 commit 0018ff7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ SOFTWARE.
<packaging>jar</packaging>
<name>eo-http</name>
<properties>
<eolang.version>0.29.0</eolang.version>
<eolang.version>0.29.4</eolang.version>
</properties>
<description>HTTP objects for EOLANG</description>
<url>https://github.com/objectionary/eo-http</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/eo/org/eolang/http/http-request.eo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+package org.eolang.http
+alias org.eolang.txt.sprintf
+package org.eolang.http

[body] > http-request
"GET" > method
Expand Down
5 changes: 2 additions & 3 deletions src/test/eo/org/eolang/http/http-request-tests.eo
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
+package org.eolang.http

+alias org.eolang.hamcrest.assert-that
+alias org.eolang.http.http-request
+junit
+tests
+package org.eolang.http

[] > converts-to-string
assert-that > @
Expand Down

0 comments on commit 0018ff7

Please sign in to comment.