SchemaAssertions.Fieldset (Schema Assertions v2.1.1)

View Source

Functions for comparing fieldsets from different sources.

Summary

Functions

same?(database_fieldset, expected_fieldset)

@spec same?(Keyword.t(), Keyword.t()) ::
  :ok | {:error, added: Keyword.t(), missing: Keyword.t()}