This commit is contained in:
Chris Tsang 2023-07-27 14:29:38 +01:00
parent e7661a7423
commit c5529b33f9
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ Integration examples:
3. Testable 3. Testable
Use Mock / SQLite to write tests for your application logic. Use mock connections and/or SQLite to write tests for your application logic.
4. Service Oriented 4. Service Oriented

View File

@ -64,7 +64,7 @@
//! //!
//! 3. Testable //! 3. Testable
//! //!
//! Use Mock / SQLite to write tests for your application logic. //! Use mock connections and/or SQLite to write tests for your application logic.
//! //!
//! 4. Service Oriented //! 4. Service Oriented
//! //!