Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
Work with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterlan committed Nov 21, 2019
1 parent f761348 commit 797d0dc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using WargaminAPI;
using WargaminAPI.Model;
using WargaminAPI.WoT;

namespace Tests
{
[TestClass]
public class ClassTestEnigma
public class Helpers
{
string Encrypted = "rwl71YCs4yz5M7j+YjmNCEswFz2tTObWabwC/80RQtWReTjpV42sG58n8iYLkI/d";
string sourceText = "Hello, World!";
Expand Down

0 comments on commit 797d0dc

Please sign in to comment.