Skip to content

Commit

Permalink
Add test (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahStolk committed Feb 2, 2024
1 parent 343537d commit ccbeef4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"FileSize":8400,"FileSizeExtracted":21891,"Binaries":[{"Name":"dd-maken-main","Size":21891,"ModBinaryType":1,"Chunks":[{"Name":"dagger6","Size":21855,"AssetType":2,"IsProhibited":false}],"ModifiedLoudnessAssets":null}]}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
using DevilDaggersInfo.Web.Server.Domain.Models.ModArchives;

namespace DevilDaggersInfo.Web.Server.Domain.Test.Tests.ServerDomain;

[TestClass]
public class ModArchiveCacheTests
{
[TestMethod]
public void GetModArchiveCacheData()
{
const string binaryName = "maken";


}
}

0 comments on commit ccbeef4

Please sign in to comment.