Skip to content

Commit

Permalink
package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Apr 23, 2024
1 parent f3dd74f commit 0f913fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package ortus.boxlang.modules.bxmariadb;
package ortus.boxlang.modules.mariadb;

import java.util.Map;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ortus.boxlang.modules.bxmariadb;
package ortus.boxlang.modules.mariadb;

import static com.google.common.truth.Truth.assertThat;
import static org.junit.jupiter.api.Assertions.assertThrows;
Expand Down

0 comments on commit 0f913fd

Please sign in to comment.