From b347d50f8188550bebbb265ede99fb2b1149db58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Kro=CC=88ner?= Date: Sun, 17 Dec 2023 21:24:20 +0100 Subject: [PATCH] refactor: Remove unused using statement --- ...hangelog_relevant_conventional_commits_with_fixing_commits.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/ConventionalChangelog.Unit.Tests/Changelog_specs/A_changelog_from_changelog_relevant_conventional_commits_with_fixing_commits.cs b/test/ConventionalChangelog.Unit.Tests/Changelog_specs/A_changelog_from_changelog_relevant_conventional_commits_with_fixing_commits.cs index 73ed7dc..ffba9d1 100644 --- a/test/ConventionalChangelog.Unit.Tests/Changelog_specs/A_changelog_from_changelog_relevant_conventional_commits_with_fixing_commits.cs +++ b/test/ConventionalChangelog.Unit.Tests/Changelog_specs/A_changelog_from_changelog_relevant_conventional_commits_with_fixing_commits.cs @@ -1,6 +1,5 @@ using FluentAssertions; using Xunit; -using Base = ConventionalChangelog.Unit.Tests.Changelog_specs.A_changelog_from_changelog_relevant_conventional_commits; namespace ConventionalChangelog.Unit.Tests.Changelog_specs;