Skip to content

Commit

Permalink
Update table name in test script
Browse files Browse the repository at this point in the history
  • Loading branch information
john-fletcher-aot committed Nov 8, 2024
1 parent 98b6601 commit 1ea264d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/mssql/test/versions/v_47_1_test.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- Test that the permit name has been configured correctly
SET NOCOUNT ON

SELECT COUNT(*) FROM $(DB_NAME).[permit].[PERMIT_TYPE]
SELECT COUNT(*) FROM $(DB_NAME).[permit].[ORBC_PERMIT_TYPE]
WHERE NAME='Motive Fuel User Permit'

0 comments on commit 1ea264d

Please sign in to comment.