Skip to content

Commit

Permalink
levi/add-missing-state-test
Browse files Browse the repository at this point in the history
  • Loading branch information
junkert authored and wavemoran committed Dec 10, 2019
1 parent 27fbd9e commit 9edf1a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ func seqUnitTests(t *testing.T) {
t.Run("ProcessorLastName", TestProcessorLastName)
t.Run("ProcessorPhoneNumber", TestProcessorPhoneNumber)
t.Run("ProcessorState", TestProcessorState)
t.Run("ProcessorStateAbbrev", TestProcessorStateAbbrev)
t.Run("ProcessorUserName", TestProcessorUserName)
t.Run("ProcessorZip", TestProcessorZip)
t.Run("ProcessorRandomDate", TestProcessorRandomDate)
Expand Down

0 comments on commit 9edf1a7

Please sign in to comment.