Skip to content

Commit

Permalink
refactor: rename assert4j module to assertj for consistency (#156)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
  • Loading branch information
jeromy-cannon authored Jul 10, 2023
1 parent d813958 commit b05b44a
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 5 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
* limitations under the License.
*/

package com.hedera.fullstack.assert4j.extensions;
package com.hedera.fullstack.assertj.extensions;

public class Dummy {}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package com.hedera.fullstack.assertj.extensions;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module com.hedera.fullstack.assertj.extensions {}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module com.hedera.fullstack.assertj.extensions.test {}
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ include(":fullstack-alerting-api")

include(":fullstack-alerting-core")

include(":fullstack-assert4j-extensions")
include(":fullstack-assertj-extensions")

include(":fullstack-bom")

Expand Down

0 comments on commit b05b44a

Please sign in to comment.