IlluminusLimited/pgdice

View on GitHub
test/pgdice/partition_helper_factory_test.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

require 'test_helper'

class PartitionHelperFactoryTest < Minitest::Test
  def test_create_partition_helper
    assert PgDice::PartitionHelperFactory.new(PgDice.configuration).call
  end
end