Skip to content

Commit

Permalink
DBAssertions.md: small adjustments - #41 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
edrdo committed Aug 14, 2018
1 parent c41bdf4 commit 12c7fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/site/markdown/DBAssertions.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,6 @@ exist (e.g., has been dropped by the SUT).

DB db = ...;
letSUTDoSomething();
assertTableExists(db, "Users")
assertTableDoesNotExist(db, "TempUsers")
assertTableExists(db, "USERS")
assertTableDoesNotExist(db, "TEMP_USERS")

0 comments on commit 12c7fb4

Please sign in to comment.