Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update test/Nerdbank.GitVersioning.Tests/VersionOracleTests.cs
  • Loading branch information
Rob-Hague authored Feb 3, 2024
commit 41c24ce2eb32cfe1c35e2e0ad2b91f0215bbcc0d
2 changes: 1 addition & 1 deletion test/Nerdbank.GitVersioning.Tests/VersionOracleTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@ public void Tags()
// Assert that we don't see any tags.
Assert.Empty(oracle.Tags);

// Create a lighweight tag.
// Create a lightweight tag.
this.LibGit2Repository.ApplyTag("mytag");

// Refresh our context before asking again.
Expand Down