Skip to content

Commit

Permalink
test(unit) update version snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Dec 12, 2023
1 parent b806e37 commit 387f431
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
define( 'DB_PASSWORD', 'password' );

/** Database hostname */
define( 'DB_HOST', '127.0.0.1:2391' );
define( 'DB_HOST', '127.0.0.1:3591' );

/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
define( 'DB_PASSWORD', 'password' );

/** Database hostname */
define( 'DB_HOST', '127.0.0.1:2391' );
define( 'DB_HOST', '127.0.0.1:3591' );

/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
define( 'DB_PASSWORD', 'password' );

/** Database hostname */
define( 'DB_HOST', '127.0.0.1:2391' );
define( 'DB_HOST', '127.0.0.1:3591' );

/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );
Expand Down

0 comments on commit 387f431

Please sign in to comment.