From 54e18121fc1c0d51334368f358f8f0d12ac0fceb Mon Sep 17 00:00:00 2001 From: Jerome Haltom Date: Mon, 6 Jun 2022 11:19:22 -0500 Subject: [PATCH] Missing fluentassertions. --- IKVM.Tests/javax/crypto/CipherTests.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IKVM.Tests/javax/crypto/CipherTests.cs b/IKVM.Tests/javax/crypto/CipherTests.cs index d8fd7c6132..62ffa6cd04 100644 --- a/IKVM.Tests/javax/crypto/CipherTests.cs +++ b/IKVM.Tests/javax/crypto/CipherTests.cs @@ -1,4 +1,5 @@ - +using FluentAssertions; + using Microsoft.VisualStudio.TestTools.UnitTesting; namespace IKVM.Tests.javax.crypto